新分支建立方法

新分支建立方法

下载MASTER 主分支代码


repo start newbranch--all
repo forall -c git push xxx newbranch
cd .repo
cd manifests
git checkout -b newbranch

vi default.xml

<default revision="newbranch"
remote="xxx"
sync-j="4" />

git push origin newbranch

猜你喜欢

转载自blog.csdn.net/hubinbin595959/article/details/86625723