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 (
|
if exist %%G\.git (
|
||||||
echo %%G
|
echo %%G
|
||||||
cd %%G
|
cd %%G
|
||||||
git pull
|
git pull --recurse-submodules
|
||||||
cd ..
|
cd ..
|
||||||
echo ==================== )
|
echo ==================== )
|
||||||
if exist %%G\.svn (
|
if exist %%G\.svn (
|
||||||
|
|||||||
Reference in New Issue
Block a user