Skip to content

Instantly share code, notes, and snippets.

@AriTheElk
Created November 27, 2019 07:08
Show Gist options
  • Save AriTheElk/5893d6b9558743f492df05ab5620f8af to your computer and use it in GitHub Desktop.
Save AriTheElk/5893d6b9558743f492df05ab5620f8af to your computer and use it in GitHub Desktop.
Advanced Git Operations

Undo last commit without reverting

git reset HEAD~1 --soft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment