分支集合操作repo forall

2018-01-19  本文已影响23人  Ed_Lannister

找到对应的远程分支


git branch -r 

对所有分支进行操作


repo forall  -c git checkout -b workbranch remotebranchname

集合删分支


repo forall  -c git branch -D branch_name

上一篇下一篇

猜你喜欢

热点阅读