-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
54 lines (54 loc) · 1.41 KB
/
.gitconfig
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[user]
name = Cameron Christensen
email = [email protected]
[core]
autocrlf = input
[github]
user = cchriste
token = acc6ee09955c48613d4ecaf78a8f733d
[color]
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
[color]
ui = true
[color "diff"]
whitespace = red reverse
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = /Users/cam/.gitignore
[mergetool "emerge"]
path = /Users/cam/bin/emacs-for-mergetool.sh
[merge]
tool = emerge
[difftool "emerge"]
path = /Users/cam/bin/emacs-for-difftool.sh
[diff]
tool = emerge
[url "git://uv-cdat.llnl.gov/windfield.git"]
[url "http://github.com/ajdawson/eof2.git"]
[url "http://github.com/ajdawson/eofs.git"]
[url "http://github.com/UV-CDAT/scimake.git"]
[url "http://github.com/ajdawson/windspharm.git"]
[url "git://uv-cdat.llnl.gov/windfield.git"]
[url "http://github.com/ajdawson/eof2.git"]
insteadof = git://github.com/ajdawson/eof2.git
[url "http://github.com/ajdawson/eofs.git"]
insteadof = git://github.com/ajdawson/eofs.git
[url "http://github.com/UV-CDAT/scimake.git"]
insteadof = git://github.com/UV-CDAT/scimake.git
[url "http://github.com/ajdawson/windspharm.git"]
insteadof = git://github.com/ajdawson/windspharm.git
[push]
default = simple