-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
52 lines (52 loc) · 858 Bytes
/
Copy pathdot_gitconfig
File metadata and controls
52 lines (52 loc) · 858 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
[user]
email = luke@lukehannan.com
name = Luke Hannan
signingKey = CD004543DFCA0390
[gpg]
program = /bin/gpg
[branch]
sort = -committerdate
[column]
ui = auto
[commit]
gpgsign = true
verbose = true
[core]
autocrlf = input
pager = delta
[credential]
helper = cache
[delta]
navigate = true
side-by-side = true
[diff]
algorithm = histogram
colorMoved = plain
mnemonicPrefix = true
renames = true
[feature]
manyFiles = true
[fetch]
writeCommitGraph = true
prune = true
[help]
autocorrect = prompt
[init]
defaultBranch = master
[interactive]
diffFilter = delta --color-only
[maintenance]
auto = true
strategy = incremental
[merge]
conflictStyle = zdiff3
[push]
autoSetupRemote = true
[rebase]
updateRefs = true
autoStash = true
[rerere]
enabled = true
autoupdate = true
[tag]
sort = version:refname