Skip to content

Instantly share code, notes, and snippets.

@halfbug
Created October 20, 2020 05:09
Show Gist options
  • Save halfbug/75c5a90c269b0a2d55a7007ae9cb5c17 to your computer and use it in GitHub Desktop.
Save halfbug/75c5a90c269b0a2d55a7007ae9cb5c17 to your computer and use it in GitHub Desktop.
Git revert a commit
Revert a last git
git revert Head
Revert a git commit with hash
git revert {hash of commit}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment