I "accidentally" pushed a commit to github.
Is it possible to remove this commit?
I want to revert my github repository as it was before this commit.
|
|
First, remove the commit on your local repository. You can do this using Then, force push to github by using See http://www-cs-students.stanford.edu/~blynn/gitmagic/ch05.html#_8230_and_then_some for more information (i.e. if you want to remove older commits). Oh, and if your working tree is dirty, you have to do a |
|||||||||||||||||||||
|
That should "undo" the push. |
|||||||||||||||||||||
|
|
You'll need to clear out your cache to have it completely wiped. this help page from git will help you out. (it helped me) http://help.github.com/remove-sensitive-data/ |
|||
|
|