1
0
Fork 0
dotfiles/.config/git/config
2024-02-16 12:04:41 +01:00

20 lines
359 B
Text

[init]
defaultBranch = main
[push]
recurseSubmodules = check
[pull]
rebase = false
[submodule]
recurse = true
[credential]
helper = store
[core]
editor = nvim
excludesfile = ~/.config/git/excludes
whitespace = tab-in-indent
[merge]
tool = nvimdiff1
[commit]
gpgsign = true
[include]
path = ~/.config/git/host-setup