aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
blob: fdbaf13881825dddd07cc13ad1090309985f923d (plain)
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
[core]
    pager = delta
[interactive]
    diffFilter = delta --color-only
[commit]
	gpgsign = true
[gpg]
	format = ssh
[advice]
	addIgnoredFile = false
[init]
	defaultBranch = main
[push]
	autoSetupRemote = true
[merge]
    conflictStyle = zdiff3
[filter "lfs"]
	process = git-lfs filter-process
	required = true
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
[delta]
    navigate = true  # use n and N to move between diff sections
    line-numbers = true
    hyperlinks = true
    features = diff-so-fancy