瀏覽代碼

添加push脚本

guodong 3 年之前
父節點
當前提交
c4ab74b856
共有 2 個文件被更改,包括 12 次插入2 次删除
  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