SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 months agoIn case of firelemmy.worldimagemessage-square102fedilinkarrow-up1907arrow-down127
arrow-up1880arrow-down1imageIn case of firelemmy.worldSeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 months agomessage-square102fedilink
minus-squareRedeven@lemmy.worldlinkfedilinkarrow-up17·11 months 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·11 months 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}