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]
|
|
|
|
excludesfile = ~/.config/git/excludes
|
2023-05-31 09:28:52 +02:00
|
|
|
[include]
|
|
|
|
path = ~/.config/git/host-setup
|