stephenroller / dotfiles

My dotfiles

This URL has Read+Write access

dotfiles / .gitconfig
100644 39 lines (38 sloc) 0.733 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
32
33
34
35
36
37
38
39
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = blue bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[color]
ui = true
[core]
WHITESPACE=fix,-indent-with-non-tab,trailing-space,cr-at-eol
[github]
user = stephenroller
token = dd7abe231add6a341eccbd5c791a6bcc
[user]
name = Stephen Roller
email = scroller@ncsu.edu
[git-tmbundle "log"]
limit = 15
[git-tmbundle]
show-diff-check = yes
[alias]
ci = commit
co = checkout
branches = branch -a
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
st = status
s = status