For local commits that haven't yet been pushed:
git reset --soft HEAD^
For pushed commits run the above command, make your changes, then:
git push -f
Posted by adrexia to Development Stuff (2012-05-01 04:30)
For local commits that haven't yet been pushed:
git reset --soft HEAD^
For pushed commits run the above command, make your changes, then:
git push -f