willcodeforfoo /.gitconfig

Yeah there's a little Subversion in there... Kudos to git's cheat.errtheblog.com page for the colors bit. Yeeeah. 2
[user]
  name = Kevin Marsh
  email = kevin.marsh@gmail.com

[alias]
  co = checkout
  ci = commit
  stat = status

[mirror]
  summary = true

[apply]
  whitespace = nowarn

[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