1、repo sync 同步代码
2、git checkout branch 切换分支
3、git add . 添加到本地
4、git status 查看修改状态
5、git commit –m "” 提交描述
6、repo push 提交到服务器
本文共 178 字,大约阅读时间需要 1 分钟。
1、repo sync 同步代码
2、git checkout branch 切换分支
3、git add . 添加到本地
4、git status 查看修改状态
5、git commit –m "” 提交描述
6、repo push 提交到服务器
转载于:https://www.cnblogs.com/ProgramBoy/p/3334460.html