u
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
@echo off
|
||||
|
||||
@ IF "%1" == "" echo Using current folder as root folder
|
||||
|
||||
pushd %1
|
||||
for /d %%d in (*) do pushd %%d & (for /d %%d in (*) do pushd %%d & echo Git Pulling %%d ... & git pull & popd) & popd
|
||||
for /d %%d in (*) do pushd %%d & (for /d %%d in (*) do if exist %%d/.git (pushd %%d & echo [ Git Pulling %%d ... ] & git pull & popd)) & popd
|
||||
popd
|
||||
pause
|
||||
@GOTO END
|
||||
|
||||
:EMPTY
|
||||
|
||||
Reference in New Issue
Block a user