From 9d6b99206ab4d1816b8fb9eec9d33f294adaac2e Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 12 Nov 2025 22:13:02 -0500 Subject: [PATCH] feat: Updates git config to better handle submodules automatically. --- env/.config/git/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/env/.config/git/config b/env/.config/git/config index f944423..fc7712c 100644 --- a/env/.config/git/config +++ b/env/.config/git/config @@ -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