1、repo sync 同步代码
2、git checkout branch 切换分支
3、git add . 添加到本地
4、git status 查看修改状态
5、git commit –m "” 提交描述
6、repo push 提交到服务器