-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig.core
63 lines (46 loc) · 1.09 KB
/
gitconfig.core
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
55
56
57
58
59
60
61
62
63
[includeIf "gitdir:~/src/"]
path = src/feanil/dotfiles/gitconfig.work
[includeIf "gitdir:~/.password-store/"]
path = src/feanil/dotfiles/gitconfig.personal
[includeIf "gitdir:~/notes/org-notes/"]
path = src/feanil/dotfiles/gitconfig.personal
[init]
defaultBranch = main
[color]
ui = true
[branch]
autosetuprebase = always
autosetupmerge = true
[push]
default = current
pushOption = u
[pager]
branch = false
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[diff]
colorMoved = default
[delta]
navigate = true
line-numbers = true
features = decorations
[delta "decorations"]
commit-decoration-style = blue ol
commit-style = raw
file-style = omit
hunk-header-decoration-style = blue box
hunk-header-file-style = red
hunk-header-line-number-style = "#067a00"
hunk-header-style = file line-number syntax
[pull]
rebase = true
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = /home/feanil/src/feanil/dotfiles/git_allowed_signers
[commit]
gpgsign = true
[tag]
gpgsign = true