kersploosh@sh.itjust.worksM to Funny@sh.itjust.works · 6 months agoOnce you commit there is no going backi0.wp.comimagemessage-square35fedilinkarrow-up1444arrow-down15
arrow-up1439arrow-down1imageOnce you commit there is no going backi0.wp.comkersploosh@sh.itjust.worksM to Funny@sh.itjust.works · 6 months agomessage-square35fedilink
minus-squareSparrowRanjitScaur@lemmy.worldlinkfedilinkarrow-up15·6 months agoYou should use && instead of ; so that if the commit fails you don’t still try to push
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up7·edit-26 months agoNah, use a real shell with ; and .
git commit -m poo; git push -f
You should use && instead of ; so that if the commit fails you don’t still try to push
Nah, use a real shell with
; and
.deleted by creator