Repo 常用命令

 初始化 Repo 仓库

repo init -u git@host:port/manifests.git -b branch_name

同步代码

repo sync

同步代码(不含Tag)

repo sync -c --no-tags

分支切换

repo start branch_name --all

批量操作

repo forall -c [commands]

你可能感兴趣的:(git)