Explorar o código

添加push脚本

guodong %!s(int64=3) %!d(string=hai) anos
pai
achega
c4ab74b856
Modificáronse 2 ficheiros con 12 adicións e 2 borrados
  1. 10 0
      push.bat
  2. 2 2
      update.bat

+ 10 - 0
push.bat

@@ -0,0 +1,10 @@
+
+git status
+git push
+
+echo -------------------------------------------
+cd GameClient/Assets/Game/CSShare
+git status
+git push
+
+pause

+ 2 - 2
update.bat

@@ -1,10 +1,10 @@
 cd GameClient/Assets/Res
 svn up
-
+echo -------------------------------------------
 cd ../../../
 git status
 git pull
-
+echo -------------------------------------------
 cd GameClient/Assets/Game/CSShare
 git status
 git pull