32 lines
629 B
Cheetah
32 lines
629 B
Cheetah
[credential "https://github.com"]
|
|
helper =
|
|
helper = !gh auth git-credential
|
|
[credential "https://gist.github.com"]
|
|
helper =
|
|
helper = !gh auth git-credential
|
|
|
|
[user]
|
|
email = {{ .email | quote }}
|
|
name = {{ .name }}
|
|
|
|
[core]
|
|
pager = delta
|
|
excludesfile = ~/.gitignore
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
navigate = true # use n and N to move between diff sections
|
|
side-by-side = true
|
|
|
|
# delta detects terminal colors automatically; set one of these to disable auto-detection
|
|
# dark = true
|
|
# light = true
|
|
|
|
[merge]
|
|
conflictstyle = zdiff3
|
|
|
|
[diff]
|
|
colorMoved = default
|