码迷,mamicode.com
首页 > 其他好文 > 详细

git 提交代码操作

时间:2018-12-28 10:57:55      阅读:178      评论:0      收藏:0      [点我收藏+]

标签: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 <分支名>

git 提交代码操作

标签:view   ase   info   origin   提交   技术分享   远程   base   git add   

原文地址:https://www.cnblogs.com/sosogengdongni/p/10025716.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!