Tweak git to pull submodules too

This commit is contained in:
2021-03-26 13:50:47 -04:00
parent eae7957d51
commit 6bd5de9faa

View File

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