Skip to content

Instantly share code, notes, and snippets.

@csantanapr
Created June 27, 2013 20:39
Show Gist options
  • Save csantanapr/5880187 to your computer and use it in GitHub Desktop.
Save csantanapr/5880187 to your computer and use it in GitHub Desktop.
alias for git log tree print out
[alias]
lol = log --oneline --graph --decorate --all
git --globla config alias.lol "log --oneline --graph --decorate --all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment