Skip to content

Instantly share code, notes, and snippets.

@setohe0909
Last active January 17, 2020 14:49
Show Gist options
  • Save setohe0909/14979913e2624f424038dd20811d38b6 to your computer and use it in GitHub Desktop.
Save setohe0909/14979913e2624f424038dd20811d38b6 to your computer and use it in GitHub Desktop.
Git commands
## 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