repo常用指令

速查。

1
2
3
4
5
6
7
8
9
10
$ repo init -u ssh://git.hk.com.cn/hk/manifest -b RTK/android11 -m hk_config.xml
$ repo sync -d -c -v --force-sync --no-tags
$ repo start 分支名字 --all #新建分支
$ repo upload
$ repo upload . --no-verify
$ repo forall -c "git命令"
$ repo forall -c "git branch | sed -e /^*/d | xargs git branch -D" #清理所有分支
$ repo forall -c "git clean -xdf .;git reset --hard" #清理本地所有修改
$ repo manifest -ro snapshot.xml
$ repo list