repo init -u git://android.git.kernel.org/platform/manifest.git -b release-1.0 repo sync [project-list] 5. repo update[ project-list ]
已经init并sync的项目,切换manifest为新的分支
cd .repo/mainifests git checkout -b new-branch origin/new-branch cd ../../ repo sync -j8