SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 3 years agoIn case of firelemmy.worldimagemessage-square74fedilinkarrow-up1952
arrow-up1952imageIn case of firelemmy.worldSeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 3 years agomessage-square74fedilink
minus-squarekd45@lemm.eelinkfedilinkarrow-up34·3 years agoCause of death: 15 minute long pre-push hook
minus-squareRedeven@lemmy.worldlinkfedilinkarrow-up17·3 years 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·3 years 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/fireAnd run out. It will eventually finish pushing. Or not.
git add .; git commit -nm fire --no-gpgsign; git push -n origin fire/${USER}