z_update.bat 223 B

123456789101112
  1. cd GameClient/Assets/Res
  2. svn up
  3. echo -------------------------------------------
  4. cd ../../../
  5. git status
  6. git pull
  7. echo -------------------------------------------
  8. cd GameClient/Assets/Game/CSShare
  9. git status
  10. git pull
  11. pause