From 9f6584695d557309ecddef97bf7d246288147278 Mon Sep 17 00:00:00 2001 From: andrewc Date: Mon, 15 Jan 2024 15:21:27 +1000 Subject: [PATCH] Updated gitconfig to remove recursive pull as it doesn't respect branches --- .gitconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 69ce823..e478c72 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,8 +1,7 @@ [status] submodulesummary = 1 -[submodule] - recurse = true - propogateBranches = true +[push] + recurseSubmodules = "on-demand" [lfs] setlockablereadonly = true [core]