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 (