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

21 lines
359 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