mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Updates git config to better handle submodules automatically.
This commit is contained in:
4
env/.config/git/config
vendored
4
env/.config/git/config
vendored
@@ -30,6 +30,7 @@
|
||||
default = simple
|
||||
autoSetupRemote = true
|
||||
followTags = true
|
||||
recurseSubmodules = on-demand
|
||||
|
||||
[fetch]
|
||||
prune = true
|
||||
@@ -65,3 +66,6 @@
|
||||
autoSquash = true
|
||||
autoStash = true
|
||||
updateRefs = true
|
||||
|
||||
[submodule]
|
||||
recurse = true
|
||||
|
||||
Reference in New Issue
Block a user