repo命令

repo init 初始化本地仓库

repo init -u gerrit207:mt6580n/platform/manifest.git -b sw -m MT6580_7.0_V1.1.xml

repo sync 同步整个项目代码

同步当前目录:repo sync .
多个线程同步代码:repo sync -j8

清除修改

repo forall -c git reset –hard;repo forall -c git clean -fd

查看货单

ll .repo

猜你喜欢

转载自blog.csdn.net/qinhai1989/article/details/72961605
今日推荐