Last active
January 17, 2020 14:49
-
-
Save setohe0909/14979913e2624f424038dd20811d38b6 to your computer and use it in GitHub Desktop.
Git commands
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
## reset last commit | |
git reset HEAD~1 --hard | |
git reset HEAD~1 --soft |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment