找到对应的远程分支
git branch -r
对所有分支进行操作
repo forall -c git checkout -b workbranch remotebranchname
集合删分支
repo forall -c git branch -D branch_name
找到对应的远程分支
git branch -r
对所有分支进行操作
repo forall -c git checkout -b workbranch remotebranchname
集合删分支
repo forall -c git branch -D branch_name
本文标题:分支集合操作repo forall
本文链接:https://www.haomeiwen.com/subject/ghfooxtx.html
网友评论