How to uncommit in github for mac?

git, github-for-mac

Solution

Looks like there is currently no way via the GUI... Hopefully the good guys at Github will see this and take it as a feature suggestion.

For now we can only do as Tass suggested in the comment above. `git reset <commit you want to reset to>`

Problem

I'm using github for mac, the GUI for git that github provides, and I reverted a commit in the history. I then decided I wanted to revert that again, and.... long story short, I have a bunch of reverts that are unnecessary and don't want to sync that with github, but they are automatically committed so the only option I have is to sync. Is there no way to just ignore those changes?

Original source

Related problems