Added pull.bat/pull_all.bat

This commit is contained in:
2025-05-23 22:47:11 +08:00
parent 95b392f0ba
commit 405abde212
10 changed files with 22 additions and 8 deletions

2
CMCore

Submodule CMCore updated: cf494b4f86...f1a6f0b90e

2
CMUtil

Submodule CMUtil updated: 57ff3a70c9...48383e5f63

4
pull.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
cd %1
git.exe pull -v --no-rebase -- %2 %3
cd ..

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%