Skip to content

Instantly share code, notes, and snippets.

@csaunders
Created November 9, 2012 21:04
Show Gist options
  • Save csaunders/4048229 to your computer and use it in GitHub Desktop.
Save csaunders/4048229 to your computer and use it in GitHub Desktop.
git-config
[color]
ui = auto
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = /Users/csaunders/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment