Yesterday, I pushed to my fork of ConnectBot on GitHub. I pushed once, realized that I hadn't made the change the way I wanted, redid the commit and pushed again.
Now, GitHub has both commits:
- https://github.com/nylen/connectbot/commit/1cd775d – the first, “bad” commit
- https://github.com/nylen/connectbot/commit/987671c – the one I want to keep
My master branch is only tracking the second commit, but the first commit is still available and is still in my activity feed. How can I remove it to make sure no one accidentally pulls that commit instead of the corrected version?