1
0
Fork 0
dotfiles/.config/git/config

26 lines
485 B
Plaintext
Raw Normal View History

[init]
2023-05-31 09:41:28 +02:00
defaultBranch = main
[push]
recurseSubmodules = check
[pull]
2023-05-31 09:41:28 +02:00
rebase = false
[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