I\'ve created a merge (into the \'master\' branch) that\'s now on a Bitbucket repo. Long story short: I need to undo that merge.
I know that you can do this at the Gith
I would suggest doing a revert instead, since you are reverting a public repo.
revert
git revert HEAD git push -f origin