4K Star 24.3K Fork 8.3K

GVPchinabugotech/hutool

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
push_master.sh 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
Looly 提交于 2024-12-19 21:29 +08:00 . add gitcode
#!/bin/bash
echo -e "\033[32mCheckout to v5-master\033[0m"
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 Github(origin) v5-master\033[0m"
git push origin v5-master
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chinabugotech/hutool.git
git@gitee.com:chinabugotech/hutool.git
chinabugotech
hutool
hutool
v5-dev

搜索帮助