Created
April 25, 2012 23:34
-
-
Save 4s7r0/2494456 to your computer and use it in GitHub Desktop.
LOLA .gitconfig snippit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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