增加批量从hyzgame远端拉取源代码的.bat

This commit is contained in:
2025-04-23 00:38:57 +08:00
parent aed57437f9
commit a858fcab99
5 changed files with 17 additions and 3 deletions

10
pull_all.bat Normal file
View File

@@ -0,0 +1,10 @@
@echo off
SET REPO="hyzgame"
SET BRANCH=master
call pull.bat CMAssetsManage %REPO% %BRANCH%
call pull.bat CMCMakeModule %REPO% %BRANCH%
call pull.bat CMCore %REPO% %BRANCH%
call pull.bat CMPlatform %REPO% %BRANCH%
call pull.bat CMSceneGraph %REPO% %BRANCH%
call pull.bat CMUtil %REPO% %BRANCH%