1.如果是单个仓的代码下载:
git clone
2.如果是多个仓的代码:(manifest已经配置好)
repo init ->repo sync 仓->repo start local .->开发->git add . ->git commit ->repo upload
3.girrit代码审查
4.代码合入
5.git branch &git branch -D 分支名
6.git checkout 分支名
7.git blame 文件名
8.git log 提交日志
9.git status 对比状态
10.git reset --hard回退
11.repo info -o 分支信息
12.repo manifest -o -|grep 分支名