SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same question but figured it out finally. What you most likely need to do is run the following two git commands (replacing hash with the git commit revision number):
git checkout <hash> git push -f HEAD:master