-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path.gitconfig
50 lines (50 loc) · 878 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
[remote "origin"]
tagOpt = --no-tags
prune = true
pruneTags = true
[core]
whitespace = cr-at-eol,trailing-space,space-before-tab,indent-with-non-tab,tabwidth=4
preloadIndex = true
splitIndex = true
commitGraph = true
autocrlf = false
safecrlf = false
fscache = true
checkStat = minimal
trustctime = false
[rerere]
enabled = true
autoupdate = true
[index]
threads = true
[merge]
conflictstyle = diff3
stat = false
[blame]
coloring = highlightRecent
[fetch]
prune = true
pruneTags = true
[help]
autoCorrect = 5
[pack]
threads = 0
useBitmaps = false
useSparse = true
[pull]
rebase = merges
[repack]
writeBitmaps = false
[rebase]
autoStash = true
[feature]
manyFiles = true
experimental = true
[checkout]
optimizenewbranch = true
[am]
keepcr = true
[reset]
quiet = true
[status]
aheadbehind = false