Git

Repo

Repo介绍
Repo 命令参考资料

1
2
3
repo init -u xxx(gitUrl) -b develop //初始化地址
repo sync -j8 //同步
repo forall -c "pwd && git checkout develop" //分支切换

Linux