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.
|
5
|
|
|
|
|
|
First, remove the commit on your local repository. You can do this using Then, force push using See http://www-cs-students.stanford.edu/~blynn/gitmagic/ch05.html#_8230_and_then_some for more information. Oh, and if your working tree is dirty, you might want to do a |
|||
|
|
you probably want to check out http://stackoverflow.com/questions/443896/removing-code-from-github |
||
|
|
|
That should "undo" the push. |
||