This commit is contained in:
Luk Lu
2021-12-16 20:23:54 +08:00
parent 135525c485
commit 063d40db36
4 changed files with 8 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ for /d %%o in (*) do (
if exist %%g\.git (
pushd %%g
echo git pulling [%BASEDIR%\%%o\%%g]
git pull
git pull --all
echo;
popd
)