Skip to content

Instantly share code, notes, and snippets.

@4s7r0
Created April 25, 2012 23:34
Show Gist options
  • Save 4s7r0/2494456 to your computer and use it in GitHub Desktop.
Save 4s7r0/2494456 to your computer and use it in GitHub Desktop.
LOLA .gitconfig snippit
# From http://blog.kfish.org/2010/04/git-lola.html
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
[color]
branch = auto
diff = auto
interactive = auto
status = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment