Browse Source

更新脚本

beiguoxia 3 năm trước cách đây
mục cha
commit
de10a30d3d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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