2023-05-31 09:28:52 +02:00
|
|
|
[init]
|
2023-05-31 09:41:28 +02:00
|
|
|
defaultBranch = main
|
2023-05-31 09:28:52 +02:00
|
|
|
[push]
|
|
|
|
recurseSubmodules = check
|
|
|
|
[pull]
|
2023-05-31 09:41:28 +02:00
|
|
|
rebase = false
|
2023-05-31 09:28:52 +02:00
|
|
|
[submodule]
|
|
|
|
recurse = true
|
|
|
|
[credential]
|
2023-05-31 09:41:28 +02:00
|
|
|
helper = store
|
|
|
|
[core]
|
2024-02-01 20:48:20 +01:00
|
|
|
editor = nvim
|
2023-05-31 09:41:28 +02:00
|
|
|
excludesfile = ~/.config/git/excludes
|
2024-02-01 20:48:20 +01:00
|
|
|
whitespace = tab-in-indent
|
|
|
|
[merge]
|
|
|
|
tool = nvimdiff1
|
|
|
|
[commit]
|
|
|
|
gpgsign = true
|
2024-02-16 12:04:41 +01:00
|
|
|
[include]
|
|
|
|
path = ~/.config/git/host-setup
|
2024-05-02 19:43:26 +02:00
|
|
|
[filter "lfs"]
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|