repo常用命令
同步下载项目代码
repo init -u git://android.git.kernel.org/platform/manifest.git -b release-1.0
repo sync [project-list]
repo update[ project-list ]
已经init并sync的项目,切换manifest为新的分支
cd .repo/mainifests
git checkout -b new-branch origin/new-branch
cd ../../
repo sync -j8
作者:SteveChen 创建时间:2024-10-10 11:51
最后编辑:SteveChen 更新时间:2024-10-10 11:51
最后编辑:SteveChen 更新时间:2024-10-10 11:51