Skip to content

Instantly share code, notes, and snippets.

@citizen428
Created July 9, 2018 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save citizen428/56b7b84705418b13a61a95cd14cc504d to your computer and use it in GitHub Desktop.
Save citizen428/56b7b84705418b13a61a95cd14cc504d to your computer and use it in GitHub Desktop.
git revert c761f5c # reverts the commit with the specified id
git revert HEAD^ # reverts the second to last commit
git revert develop~4..develop~2 # reverts a whole range of commits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment