Created
May 19, 2014 22:39
-
-
Save fernyb/f643e692e230ce4015a2 to your computer and use it in GitHub Desktop.
Git tips
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
# http://git-scm.com/book/en/Git-Basics-Undoing-Things | |
# Undo a merge | |
git revert -m 1 commit_hash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment