Skip to content

Instantly share code, notes, and snippets.

@lvrach
Created July 10, 2015 18:32
Show Gist options
  • Select an option

  • Save lvrach/60ee0f0535f5666552d8 to your computer and use it in GitHub Desktop.

Select an option

Save lvrach/60ee0f0535f5666552d8 to your computer and use it in GitHub Desktop.
revert commit
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