标签:view ase info origin 提交 技术分享 远程 base git add
1.修改1分支后
git add
git commint
2.切换到本地分支git checkout local-5.0
git remote update 更新远程仓库
3.git pull origin stable/5.0 将远程仓库最新代码拉取到本地仓库
4.git checkout 1
5. git rebase -i local-5.0
如果有冲突解决冲突,然后git add ;git commit
6.git review -r origin <分支名>
标签:view ase info origin 提交 技术分享 远程 base git add
原文地址:https://www.cnblogs.com/sosogengdongni/p/10025716.html