trotter (owner)

Revisions

gist: 4070 Download_button fork
public
Description:
my .gitconfig
Public Clone URL: git://gist.github.com/4070.git
Embed All Files: show embed
.gitconfig #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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