repo start master --all 和repo start --all master区别

mac2025-12-05  9

1.创建并且切换到新分支(两个以上分支不适用) # repo start master --all 2.切换到已创建的master分支(通用) # repo start --all master 等同于: # repo forall -c git checkout master # repo branch //查看分支是否切换成功

 

最新回复(0)