效果:

由以下脚本实现

sync_local_to_remote.sh
git branch --set-upstream-to=origin/$1 $2
onekey_branch.sh
cd ~/Desktop/$2
sh ../create_new_branch.sh $1
sh ../merge_branch.sh master
sh ../sync_local_to_remote.sh $1
merge_branch.sh
git merge $1
show_wkfly_branch.sh
sh show_branch.sh WKFly_Consumption
del_wkfly_branch.s
订阅专栏 解锁全文
9784

被折叠的 条评论
为什么被折叠?



