Here\'s what I did on my supposed-to-be-stable branch...
% git rebase master
First, rewinding head to repla
The existing answers are good and correct, however what if you need to undo the push
but:
Use this command to revert the change to the ref:
git push -f origin refs/remotes/origin/@{1}: