From 6bd5de9faaf5e2b56a5fb2eae87afa626d572510 Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Fri, 26 Mar 2021 13:50:47 -0400 Subject: [PATCH] Tweak git to pull submodules too --- batch/repo-pulls.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch/repo-pulls.cmd b/batch/repo-pulls.cmd index 763ddba..f871cd2 100644 --- a/batch/repo-pulls.cmd +++ b/batch/repo-pulls.cmd @@ -3,7 +3,7 @@ FOR /f "tokens=*" %%G IN ('dir /b') DO ( if exist %%G\.git ( echo %%G cd %%G - git pull + git pull --recurse-submodules cd .. echo ==================== ) if exist %%G\.svn (