feat: Updates git config to better handle submodules automatically.

This commit is contained in:
2025-11-12 22:13:02 -05:00
parent d19a33f4f0
commit 9d6b99206a

View File

@@ -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