Here\'s what I did on my supposed-to-be-stable branch...
% git rebase master First, rewinding head to repla
I believe that you can also do this:
git checkout alpha-0.3.0 git reset --hard cc4b63bebb6 git push origin +alpha-0.3.0
This is very similar to the last method, except you don't have to muck around in the remote repo.