beiguoxia hace 3 años
padre
commit
de10a30d3d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      GameClient/Assets/Editor/Bat/updateGame.bat

+ 2 - 2
GameClient/Assets/Editor/Bat/updateGame.bat

@@ -2,14 +2,14 @@ cd ../../../Assets/Res
 svn up --force --accept tc
 
 cd ../../../
-git reset --hard
 git clean -df
+git reset --hard
 git status
 git pull
 
 cd GameClient/Assets/Game/CSShare
-git reset --hard
 git clean -df
+git reset --hard
 git status
 git pull