Skip to content

Instantly share code, notes, and snippets.

@looselycoupled
Created February 12, 2013 20:46
Show Gist options
  • Save looselycoupled/4773235 to your computer and use it in GitHub Desktop.
Save looselycoupled/4773235 to your computer and use it in GitHub Desktop.
Global (user) .gitconfig for color
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = cyan bold
old = red
new = green
[color "status"]
added = yellow
changed = green
untracked = red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment