public
Description:
Homepage:
Clone URL: git://github.com/jamesgolick/dotfiles.git
dotfiles / gitconfig
100644 31 lines (30 sloc) 0.538 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
29
30
31
[user]
name = James Golick
email = james@giraffesoft.ca
[alias]
co = checkout
[apply]
whitespace = nowarn
[core]
excludesfile = /Users/james/.gitignore
[color]
  branch = auto
  diff = auto
  status = auto
ui = 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
[github]
  user = giraffesoft
  token = dbfb6db7ec9c484f80477dad6d424591