SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 年前In case of firelemmy.worldimagemessage-square74fedilinkarrow-up1958
arrow-up1958imageIn case of firelemmy.worldSeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 年前message-square74fedilink
minus-squareRedeven@lemmy.worldlinkfedilinkarrow-up17·1 年前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.
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up1·1 年前git 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}