From a858fcab9935cd8255f095a891c51e8a8061fc6d Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 23 Apr 2025 00:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=B9=E9=87=8F=E4=BB=8Ehy?= =?UTF-8?q?zgame=E8=BF=9C=E7=AB=AF=E6=8B=89=E5=8F=96=E6=BA=90=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=9A=84.bat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMCore | 2 +- CMSceneGraph | 2 +- CMUtil | 2 +- pull.bat | 4 ++++ pull_all.bat | 10 ++++++++++ 5 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 pull.bat create mode 100644 pull_all.bat diff --git a/CMCore b/CMCore index a7b0cb61..33f0ed32 160000 --- a/CMCore +++ b/CMCore @@ -1 +1 @@ -Subproject commit a7b0cb6112c1dfad65523e619d88917398ca7c9a +Subproject commit 33f0ed3258ac95eae058966a2bd6b1bf05458c69 diff --git a/CMSceneGraph b/CMSceneGraph index e3680c47..2d9dae64 160000 --- a/CMSceneGraph +++ b/CMSceneGraph @@ -1 +1 @@ -Subproject commit e3680c477d25d2b4d93ff4da2d84725524f047b2 +Subproject commit 2d9dae646081e79f4a822bf79fd9c552617a764f diff --git a/CMUtil b/CMUtil index 57ff3a70..6173c16b 160000 --- a/CMUtil +++ b/CMUtil @@ -1 +1 @@ -Subproject commit 57ff3a70c99265ed7bb97b3b6840709e84bac0c1 +Subproject commit 6173c16bf1744eb15472aa198d3a2a5c4513e78e diff --git a/pull.bat b/pull.bat new file mode 100644 index 00000000..671f5a32 --- /dev/null +++ b/pull.bat @@ -0,0 +1,4 @@ +@echo off +cd %1 +git.exe pull -v --no-rebase -- %2 %3 +cd .. diff --git a/pull_all.bat b/pull_all.bat new file mode 100644 index 00000000..9f45300c --- /dev/null +++ b/pull_all.bat @@ -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%