kersploosh@sh.itjust.worksM to Funny@sh.itjust.works · 7 months agoOnce you commit there is no going backi0.wp.comimagemessage-square9fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageOnce you commit there is no going backi0.wp.comkersploosh@sh.itjust.worksM to Funny@sh.itjust.works · 7 months agomessage-square9fedilink
minus-squareSparrowRanjitScaur@lemmy.worldlinkfedilinkarrow-up1·7 months agoYou should use && instead of ; so that if the commit fails you don’t still try to push
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