@@ -31,7 +31,7 @@ if %pullnum% equ 0 (
cd %%i
if exist *.git (
echo ---------------------- %%i ----------------------
- chdir && git pull
+ chdir && git stash>nul && git pull && git stash pop>nul
)
cd ..