commitGame.bat 235 B

1234567891011121314151617
  1. cd ../../Res
  2. svn add . --force
  3. svn ci -m "公用机提交"
  4. cd ../Game/CSShare
  5. git commit -am "公用机提交"
  6. cd ../../../../
  7. git commit -am "公用机提交"
  8. git pull
  9. git push
  10. cd GameClient/Bundles
  11. svn add . --force
  12. svn ci -m "公用机提交"
  13. pause