Created
May 14, 2015 00:23
-
-
Save ardeearam/269f3120305b7521c3e8 to your computer and use it in GitHub Desktop.
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
# How to create an alias `git lg` that displays a pretty, colored tree by default. | |
git config alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset [%an]' --abbrev-commit" --global |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment