-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
45 lines (45 loc) · 923 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
[user]
name = Jonathan Johnson
email = [email protected]
signingkey = 2062F1D0
[core]
excludesfile = /Users/jrjohnson/.gitignore_global
editor = vim
autocrlf = input
pager = delta
[push]
default = simple
[credential]
helper = osxkeychain
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[pull]
ff = true
[commit]
gpgsign = true
[gpg]
program = /usr/local/bin/gpg
[init]
defaultBranch = main
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
side-by-side = false
line-numbers = true
diff-so-fancy = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default