Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delacruz-dev/9f735fbbde48a93fd9ff755f2436fb1c to your computer and use it in GitHub Desktop.
Save delacruz-dev/9f735fbbde48a93fd9ff755f2436fb1c to your computer and use it in GitHub Desktop.
Git Undo
git config --global alias.undo 'reset --soft HEAD^'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment