Last active
August 29, 2015 13:57
-
-
Save calebhearth/9470931 to your computer and use it in GitHub Desktop.
GFL replacement
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
[color] | |
ui = auto | |
diff = auto | |
[color "branch"] | |
current = green reverse | |
local = green | |
remote = yellow | |
plain = blue | |
[color "diff"] | |
meta = yellow bold | |
func = cyan bold | |
frag = magenta bold | |
old = red bold | |
new = green bold | |
whitespace = red | |
[color "status"] | |
added = yellow | |
changed = green | |
untracked = cyan | |
[alias] | |
graph = log --graph --date-order --all --pretty='format:%C(auto)%d %s%C(bold yellow)──(%C(green)%cr%C(bold yellow))──(%C(red)%h%C(bold yellow))──(%C(bold cyan)%aN%C(bold yellow))' |
Author
calebhearth
commented
Mar 10, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment