-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
65 lines (64 loc) · 1.1 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
55
56
57
58
59
60
61
62
63
64
65
[color]
pager = true
ui = auto
status = auto
diff = auto
branch = auto
showBranch = auto
interactive = auto
grep = auto
[color "status"]
header = bold
branch = cyan
nobranch = red
unmerged = red
untracked = cyan
added = green
changed = red bold
[color "diff"]
meta = red bold
frag = bold
func = blue
old = red
new = green
commit = blue
whitespace = red
context = normal
[color "branch"]
current = cyan
local = blue
remote = magenta
upstream = magenta
plain = normal
[color "decorate"]
branch = blue
remoteBranch = magenta
tag = magenta
stash = cyan
HEAD = blue
[color "interactive"]
prompt = red
header = red bold
error = red
help = black bold
[color "grep"]
context = normal
match = cyan
filename = blue
function = blue
selected = normal
separator = red bold
linenumber = normal
[core]
editor = code
whitespace = trailing-space,space-before-tab
excludesfile = /Users/kylecesmat/.gitignore_global
[push]
default = current
[merge]
tool = code
[rebase]
autosquash = true
[user]
name = Kyle Cesmat
email = [email protected]