mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add gitcode
This commit is contained in:
@@ -6,7 +6,11 @@ git checkout v5-master
|
||||
echo -e "\033[32mMerge v5-dev branch\033[0m"
|
||||
git merge v5-dev -m 'Prepare release'
|
||||
|
||||
echo -e "\033[32mPush to origin v5-master\033[0m"
|
||||
echo -e "\033[32mPush to Github(origin) v5-master\033[0m"
|
||||
git push origin v5-master
|
||||
echo -e "\033[32mPush to osc v5-master\033[0m"
|
||||
|
||||
echo -e "\033[32mPush to Gitee v5-master\033[0m"
|
||||
git push osc v5-master
|
||||
|
||||
echo -e "\033[32mPush to Gitcode v5-master\033[0m"
|
||||
git push gitcode v5-master
|
||||
|
Reference in New Issue
Block a user