Forked from justinfrench/reverse or undo an SVN commit
Created
November 25, 2008 03:40
-
-
Save benschwarz/28769 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get your commit hash from git log | |
git revert b899e585972342c4c33426535c30722f1f1ca14c | |
# Commit message if required (defaults to Created commit abe8722: Revert "YOur message") | |
git pull | |
git push | |
# Win. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment