Skip to content

Instantly share code, notes, and snippets.

@ryanburgess
Created March 18, 2015 22:13
Show Gist options
  • Save ryanburgess/ad35a3ded3a4c425769b to your computer and use it in GitHub Desktop.
Save ryanburgess/ad35a3ded3a4c425769b to your computer and use it in GitHub Desktop.
Bash Shell Alias - git soft reset
alias fix='git reset --soft HEAD~1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment