12345678910111213141516171819 |
- cd ../../Res
- svn add . --force
- svn ci -m "公用机提交"
- cd ../Game/CSShare
- git commit -am "公用机提交"
- git pull
- git push
- cd ../../../../
- git commit -am "公用机提交"
- git pull
- git push
- cd GameClient/Bundles
- svn add . --force
- svn ci -m "公用机提交"
- pause
|