Created
November 2, 2020 15:17
-
-
Save mrpotatoes/baa5960d13bff84d3e5600727f3aff25 to your computer and use it in GitHub Desktop.
Common git stuff I always forget about with git
This file contains 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 to an old commit | |
git revert --no-commit 0766c053..HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment