kersplooshM to [email protected] • 9 months agoOnce you commit there is no going backi0.wp.comimagemessage-square35fedilinkarrow-up1441arrow-down15
arrow-up1436arrow-down1imageOnce you commit there is no going backi0.wp.comkersplooshM to [email protected] • 9 months agomessage-square35fedilink
minus-square@SparrowRanjitScaurlink15•9 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
Nah, use a real shell with
; and
.deleted by creator