Skip to content

Instantly share code, notes, and snippets.

@Dodsaren
Last active April 15, 2020 13:22
Show Gist options
  • Save Dodsaren/04d88b965fe28659de67cd2d369cfdde to your computer and use it in GitHub Desktop.
Save Dodsaren/04d88b965fe28659de67cd2d369cfdde to your computer and use it in GitHub Desktop.
git

Undo last commit:

Keep changes in staged

git reset --soft HEAD~1

Remove changes completely

git reset --hard HEAD~1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment