Browse Source

更新脚本

beiguoxia 3 years ago
parent
commit
de10a30d3d
1 changed files with 2 additions and 2 deletions
  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