Skip to content

Instantly share code, notes, and snippets.

@calebhearth
Last active August 29, 2015 13:57
Show Gist options
  • Save calebhearth/9470931 to your computer and use it in GitHub Desktop.
Save calebhearth/9470931 to your computer and use it in GitHub Desktop.
GFL replacement
[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))'
@calebhearth
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment