repo 常用用法

 repo创建分支:

repo start --all <分支名>

repo废弃分支:

repo abandon <分支名>

repo提交本地分支:

repo forall -c ‘git push /home/git /repository /$REPO_PROJECT.git android4.1:refs/heads/android4.1’

repo下载代码:

repo init -u url -b 分支名 -m xml名称

同步所以代码:

repo sync

同步当个文件代码

repo sync .

上传评审

repo uplad .

你可能感兴趣的:(repo 常用用法)