-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
54 lines (40 loc) · 731 Bytes
/
Copy path.gitconfig
File metadata and controls
54 lines (40 loc) · 731 Bytes
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
[user]
name = Daniël van de Giessen
email = daniel@dvdgiessen.nl
signingKey = 0x342CCF7EF78B7A2C
[init]
defaultBranch = main
[commit]
gpgSign = true
[tag]
gpgSign = true
[status]
submoduleSummary = true
showStash = true
[log]
date = iso-local
[branch]
sort = -committerdate
[diff]
algorithm = histogram
submodule = log
renames = copies
[fetch]
parallel = 0
[transfer]
fsckObjects = true
[pull]
rebase = true
[push]
autoSetupRemote = true
followTags = true
[merge]
autoStash = true
conflictStyle = zdiff3
[rebase]
abbreviateCommands = true
autoStash = true
autoSquash = true
updateRefs = true
[rerere]
enabled = true