439
Once you commit there is no going back
(i0.wp.com)
General rules:
Exceptions may be made at the discretion of the mods.
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
.