Created
October 20, 2020 05:09
-
-
Save halfbug/75c5a90c269b0a2d55a7007ae9cb5c17 to your computer and use it in GitHub Desktop.
Git revert a commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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