Skip to content

Instantly share code, notes, and snippets.

@orderedlist
Created June 23, 2015 17:54
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orderedlist/4bc1bb427e949bc728fb to your computer and use it in GitHub Desktop.
Save orderedlist/4bc1bb427e949bc728fb to your computer and use it in GitHub Desktop.
Alases for .gitconfig
[alias]
unstage = reset HEAD --
undo = reset --soft HEAD~1
drop-old-stashes = reflog expire --expire=30.days refs/stash
up = pull --rebase --prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment