-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
61 lines (49 loc) · 888 Bytes
/
.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
[user]
name = dmnlk
email = [email protected]
[gui]
encoding = utf-8
[color]
branch = true
diff = true
grep = true
interactive = true
pager = true
status = true
[color "branch"]
current = green reverse
local = green
remote = yellow
[color "status"]
changed = green
untracked = cyan
updated = yellow
[color "grep"]
filename = cyan
function = yellow
linenumber = yellow
match = yellow reverse
[core]
quotepath = false
whitespace = cr-at-eol
pager = $PAGER
precomposeunicode = true
excludesfile = ~/.global.gitignore
[push]
default = simple
[branch]
autosetuprebase = always
[grep]
lineNumber = true
patternType = perl
[rebase]
stat = true
[pager]
log = diff-highlight-wrapper
show = diff-highlight-wrapper
diff = diff-highlight-wrapper
grep = false
[github]
user = aereal
[ghq]
root = ~/src