Skip to content

Instantly share code, notes, and snippets.

@trotter
Created August 5, 2008 14:00
Show Gist options
  • Save trotter/4070 to your computer and use it in GitHub Desktop.
Save trotter/4070 to your computer and use it in GitHub Desktop.
my .gitconfig
[user]
name = Trotter Cashion
email = cashion@gmail.com
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[core]
excludesfile = /Users/trotter/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment