34 lines
433 B
Plaintext
34 lines
433 B
Plaintext
[user]
|
|
email = max.hohlfeld@it-factum.de
|
|
name = Max Hohlfeld
|
|
[core]
|
|
editor = nvim
|
|
pager = delta
|
|
|
|
[push]
|
|
autoSetupRemote = true
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
navigate = true
|
|
dark = true
|
|
|
|
[merge]
|
|
conflictstyle = zdiff3
|
|
|
|
[diff]
|
|
algorithm = histogram
|
|
colorMoved = default
|
|
mnemonicPrefix = true
|
|
renames = true
|
|
|
|
[init]
|
|
defaultBranch = master
|
|
|
|
[fetch]
|
|
prune = true
|
|
pruneTags = true
|
|
all = true
|