Created
July 10, 2015 18:32
-
-
Save lvrach/60ee0f0535f5666552d8 to your computer and use it in GitHub Desktop.
revert commit
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
| gco master | |
| git log | less #find the [sha] of merge you want to revert | |
| git revert -m 1 [sha] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment