bradx3 / dotfiles

my config files

This URL has Read+Write access

bradx3 (author)
Sun Nov 08 19:48:32 -0800 2009
commit  59bffe45ca531a6dcecd02139af497c631ab08f1
tree    15b9d1b1a83621155fe022dfaab92e1d69992245
parent  579d2046f34d97b6f51727194ece708751c49704
dotfiles / .gitconfig
100644 28 lines (26 sloc) 0.431 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[user]
name = Brad Wilson
email = brad@lucky-dip.net
[alias]
co = checkout
[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
[merge]
tool = opendiff