SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoIn case of firelemmy.worldimagemessage-square74fedilinkarrow-up1958
arrow-up1958imageIn case of firelemmy.worldSeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square74fedilink
minus-squareRedeven@lemmy.worldlinkfedilinkarrow-up17·1 year agoJust git add . && git commit -m "sorry theres a fire" && git push -u origin feature/fire And run out. It will eventually finish pushing. Or not.
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up1·1 year agogit add .; git commit -nm fire --no-gpgsign; git push -n origin fire/${USER}
Just
git add . && git commit -m "sorry theres a fire" && git push -u origin feature/fire
And run out. It will eventually finish pushing. Or not.
git add .; git commit -nm fire --no-gpgsign; git push -n origin fire/${USER}