增加批量从hyzgame远端拉取源代码的.bat
This commit is contained in:
2
CMCore
2
CMCore
Submodule CMCore updated: a7b0cb6112...33f0ed3258
Submodule CMSceneGraph updated: e3680c477d...2d9dae6460
2
CMUtil
2
CMUtil
Submodule CMUtil updated: 57ff3a70c9...6173c16bf1
4
pull.bat
Normal file
4
pull.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd %1
|
||||
git.exe pull -v --no-rebase -- %2 %3
|
||||
cd ..
|
10
pull_all.bat
Normal file
10
pull_all.bat
Normal 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%
|
Reference in New Issue
Block a user