Skip to content

Instantly share code, notes, and snippets.

@purzelrakete
Created July 16, 2012 08:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save purzelrakete/3121567 to your computer and use it in GitHub Desktop.
Save purzelrakete/3121567 to your computer and use it in GitHub Desktop.
[alias]
co = "checkout"
ci = "commit"
unmerge = "reset --hard ORIG_HEAD"
track = "branch --track"
unstage = reset HEAD
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment