From a3d5031cdcd461e767fd518537d77c125025b701 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Sat, 16 May 2026 10:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=A8=E9=80=81=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .winboll/bashMergeProjects-to-Projects_Keeper.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.winboll/bashMergeProjects-to-Projects_Keeper.sh b/.winboll/bashMergeProjects-to-Projects_Keeper.sh index ee85ca4..6945ddb 100644 --- a/.winboll/bashMergeProjects-to-Projects_Keeper.sh +++ b/.winboll/bashMergeProjects-to-Projects_Keeper.sh @@ -186,4 +186,7 @@ for item in "${MERGE_LIB_PROJECT_LIST[@]}"; do git checkout origin/$item_lower $item_lower lib$item_lower git add . git commit -m "合并 $item 项目" -done \ No newline at end of file +done + +echo '正在推送 Projects_Keeper 项目' +git push \ No newline at end of file