guodong 3 жил өмнө
parent
commit
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