32 lines
495 B
Plaintext
32 lines
495 B
Plaintext
[user]
|
|
name = hoellen
|
|
email = dev@hoellen.eu
|
|
|
|
[core]
|
|
excludesfile = ~/.config/git/ignore
|
|
editor = nvim
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[commit]
|
|
verbose = yes
|
|
|
|
[includeIf "gitdir/i:~/Repositories/BfArM/"]
|
|
path = ~/Repositories/BfArM/.gitconfig
|
|
|
|
[difftool]
|
|
prompt = true
|
|
|
|
[diff]
|
|
tool = nvimdiff
|
|
|
|
[difftool "nvimdiff"]
|
|
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
|
|
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|