3 Star 17 Fork 4

侯创_Tony/milky

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
merge.ps1 383 Bytes
一键复制 编辑 原始数据 按行查看 历史
侯创_Tony 提交于 2024-05-10 23:17 . BizEx default not fill stack trace
#chcp UTF-8, and save original page code
$CurrentCodePage = chcp
$OriginalCodePage = ($CurrentCodePage -split ' ')[($CurrentCodePage -split ' ').Length - 1]
chcp 65001
# join comments
$comment = $args -join " "
git add -A
git commit -m $comment
git push
git checkout main
git pull
git merge target
git push
git checkout target
# recover original code page
chcp $OriginalCodePage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chuanghou/milky.git
git@gitee.com:chuanghou/milky.git
chuanghou
milky
milky
main

搜索帮助