z_update.bat 319 B

12345678910111213141516
  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. echo -------------------------------------------
  12. cd ../../../../FGUIProject
  13. git status
  14. git pull
  15. pause