Here\'s what I did on my supposed-to-be-stable branch...
% git rebase master First, rewinding head to repla
you can use the command reset
git reset --soft HEAD^1
then:
git reset git commit --amend
and
git push -f