Skip to content

Instantly share code, notes, and snippets.

@crilleengvall
Created May 13, 2014 20:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crilleengvall/73e4bf40cc8ab0501167 to your computer and use it in GitHub Desktop.
Save crilleengvall/73e4bf40cc8ab0501167 to your computer and use it in GitHub Desktop.
Git revert
git checkout master
git log
git revert -m 1 <merge-commit>
git revert <commit-of-first-revert>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment