Skip to content

Instantly share code, notes, and snippets.

@NightOwlPrgmr
Created September 28, 2016 17:42
Show Gist options
  • Save NightOwlPrgmr/156e1f8d9974abab7037e40aa5345864 to your computer and use it in GitHub Desktop.
Save NightOwlPrgmr/156e1f8d9974abab7037e40aa5345864 to your computer and use it in GitHub Desktop.
Git Config Output Colorization
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow
frag = magenta
old = red
new = green
[color "status"]
added = green
changed = red
untracked = yellow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment