Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created May 19, 2014 22:39
Show Gist options
  • Save fernyb/f643e692e230ce4015a2 to your computer and use it in GitHub Desktop.
Save fernyb/f643e692e230ce4015a2 to your computer and use it in GitHub Desktop.
Git tips
# 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