@SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish • 1 year agoIn case of firelemmy.worldimagemessage-square74fedilinkarrow-up1953arrow-down127
arrow-up1926arrow-down1imageIn case of firelemmy.world@SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish • 1 year agomessage-square74fedilink
minus-squareRedevenlinkfedilink17•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-square@PoolloverNathan@programming.devlinkfedilinkEnglish1•1 year agogit add .; git commit -nm fire --no-gpgsign; git push -n origin fire/${USER}
Cause of death: 15 minute long pre-push hook
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}