add gitcode

This commit is contained in:
Looly
2024-12-19 14:16:22 +08:00
parent f76519351d
commit a5d5af1b8f
3 changed files with 10 additions and 5 deletions

View File

@@ -19,7 +19,9 @@
echo -e "\033[32mCheckout to v6-dev\033[0m"
git checkout v6-dev
echo -e "\033[32mPush to origin v6-dev\033[0m"
echo -e "\033[32mPush to Github(origin) v6-dev\033[0m"
git push origin v6-dev
echo -e "\033[32mPush to osc v6-dev\033[0m"
echo -e "\033[32mPush to Gitee v6-dev\033[0m"
git push osc v6-dev
echo -e "\033[32mPush to Gitcode v6-dev\033[0m"
git push gitcode v6-dev