分支集合操作repo forall

找到对应的远程分支


git branch -r 

对所有分支进行操作


repo forall  -c git checkout -b workbranch remotebranchname

集合删分支


repo forall  -c git branch -D branch_name

你可能感兴趣的:(分支集合操作repo forall)