清理所有修改
repo forall -c “git reset –hard”
or
repo forall -c ‘git reset –hard HEAD;git clean -df;git rebase –abort’
切换分支
repo init -b android-7.1.1_r13
repo sync
查看分支
$ cd .repo/manifests
$ git branch -a | cut -d / -f 3
每天同步
repo sync
检查修改
repo status
在指定目录下执行只会检查当前目录的修改
创建分支
repo start
删除分支
repo abandon
查看修改
repo diff
commit
repo upload