beiguoxia 3 vuotta sitten
vanhempi
commit
9bd4492a49
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      GameClient/Assets/Editor/Bat/updateGame.bat

+ 6 - 0
GameClient/Assets/Editor/Bat/updateGame.bat

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