添加推送命令

This commit is contained in:
2026-05-16 10:44:24 +08:00
parent 9a7f651d80
commit a3d5031cdc

View File

@@ -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
done
echo '正在推送 Projects_Keeper 项目'
git push