美文网首页
分支集合操作repo forall

分支集合操作repo forall

作者: Ed_Lannister | 来源:发表于2018-01-19 09:34 被阅读23次

找到对应的远程分支


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