Browse Source

公用机提交

guodong 3 years ago
parent
commit
1121e31e6a

+ 11 - 2
GameClient/Assets/Editor/Bat/commitGame.bat

@@ -1,6 +1,15 @@
-cd ../../
+cd ../../Res
+svn up --force --accept tc
 svn add . --no-ignore --force
 svn ci -m "무痰샙瓊슥"
-cd ../Bundles
+
+cd ../Game/CSShare
+git commit -am "무痰샙瓊슥"
+
+cd ../../../../
+git commit -am "무痰샙瓊슥"
+git push
+
+cd GameClient/Bundles
 svn add . --no-ignore --force
 svn ci -m "무痰샙瓊슥"

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

@@ -1,2 +1,7 @@
+cd ../../../Assets/Res
+svn up --force --accept tc
+
 cd ../../../
-svn up --force --accept tc
+git pull
+
+pause