Tweak git to pull submodules too
This commit is contained in:
@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user