Browse Source

just git pull

Jeremy 3 years ago
parent
commit
a253f9e1fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clone&pull tool.bat

+ 1 - 1
clone&pull tool.bat

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