소스 검색

更新脚本

beiguoxia 3 년 전
부모
커밋
de10a30d3d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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