瀏覽代碼

Merge branch 'master' of https://e.coding.net/shenyou-gfg/gfgclient/client

zhaoyang 3 年之前
父節點
當前提交
5dbcc2fd91
共有 2 個文件被更改,包括 22 次插入0 次删除
  1. 10 0
      push.bat
  2. 12 0
      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

+ 12 - 0
update.bat

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