Added pull.bat/pull_all.bat
This commit is contained in:
parent
95b392f0ba
commit
405abde212
@ -1 +1 @@
|
||||
Subproject commit 0fae462338cd01c5a26d0a8f0175fe3729a65c94
|
||||
Subproject commit 0244bff1b60119806f683b54a137cda2cacc17ac
|
@ -1 +1 @@
|
||||
Subproject commit 737fe5c80d013f807cbb8f4d333d5a59c82571bc
|
||||
Subproject commit d56ae21e3e86496468ae1fbb77292bef3e285252
|
2
CMCore
2
CMCore
@ -1 +1 @@
|
||||
Subproject commit cf494b4f860be8cdb1bf198f036b26db58435bb0
|
||||
Subproject commit f1a6f0b90eb7766be90afb7e62ec539dfa30f746
|
@ -1 +1 @@
|
||||
Subproject commit 21e0b58b8ead72c8eda22d8cf746902b576e5526
|
||||
Subproject commit 698b1ebacc299fb8f34e08d97ba2d1223d846183
|
@ -1 +1 @@
|
||||
Subproject commit 67e8e956658cb9abbb94cd01f0a465e8275b44dd
|
||||
Subproject commit 46ae04cd50d09dfb00d9945c5f43d29a2744bcae
|
@ -1 +1 @@
|
||||
Subproject commit f74d7045fa0d143b94103e49093fe18a1d5a884c
|
||||
Subproject commit 76aff5d55628a87baa35498520296d65ab70e995
|
2
CMUtil
2
CMUtil
@ -1 +1 @@
|
||||
Subproject commit 57ff3a70c99265ed7bb97b3b6840709e84bac0c1
|
||||
Subproject commit 48383e5f63928bab43320c406219365850507246
|
2
Examples
2
Examples
@ -1 +1 @@
|
||||
Subproject commit 25b5c60fe53bdba30d39494b840b5e6641535165
|
||||
Subproject commit 959eadd68d1365aa0a9ad87cafdeb86d4ffa35ec
|
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%
|
Loading…
x
Reference in New Issue
Block a user