自动提交合并代码脚本 用户2365737472522 2023-07-13 77 阅读1分钟 var="master_1" target="feature" git status git add . git commit -m "提交信息" git pull git push origin $var git checkout $target git pull git merge origin/$var --no-edit git push origin $target git checkout $var sleep 10000