Added pull.bat/pull_all.bat
This commit is contained in:
Submodule CMAssetsManage updated: 0fae462338...0244bff1b6
Submodule CMCMakeModule updated: 737fe5c80d...d56ae21e3e
2
CMCore
2
CMCore
Submodule CMCore updated: cf494b4f86...f1a6f0b90e
Submodule CMNetwork updated: 21e0b58b8e...698b1ebacc
Submodule CMPlatform updated: 67e8e95665...46ae04cd50
Submodule CMSceneGraph updated: f74d7045fa...76aff5d556
2
CMUtil
2
CMUtil
Submodule CMUtil updated: 57ff3a70c9...48383e5f63
2
Examples
2
Examples
Submodule Examples updated: 25b5c60fe5...959eadd68d
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