repo 切分支

cd .repo/manifests
git remote update
git checkout origin/***
git branch -D default
git checkout -b default origin/***
cd ../../
repo sync

你可能感兴趣的:(git,branch)