blob: cffb77165623042ede50bcaa05cb96b82ecc363f (
plain) (
blame)
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
|
[include]
path = ~/.gitconfig.local
[advice]
addIgnoredFile = false
detachedHead = false
implicitIdentity = false
pushNonFastForward = false
pushUpdateRejected = false
resolveConflict = false
skippedCherryPicks = false
statusHints = false
statusUoption = false
[checkout]
defaultRemote = origin
[diff]
colorMoved = dimmed-zebra
colorMovedWS = allow-indentation-change
renames = copies
tool = vimdiff
[fetch]
all = true
prune = true
[help]
autoCorrect = never
[interactive]
singleKey = true
[merge]
log = true
tool = vimdiff
[push]
autoSetupRemote = true
default = current
followTags = true
[rebase]
abbreviateCommands = true
missingCommitsCheck = error
stat = true
[rerere]
autoUpdate = true
enabled = true
[sendemail]
annotate = true
confirm = always
multiEdit = false
suppressFrom = true
[status]
relativePaths = false
[tag]
gpgSign = true
sort = version:refname
[user]
useConfigOnly = true
|