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

git rebase 工作流

时间:2019-08-22 11:25:49      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:merge   git merge   clone   ast   base   冲突   oca   pre   tin   

本地创建分支

git clone master branch
checkout -b local

 

提交分支

git checkout master
git pull
git checkout local
git rebase -i  //合并提交
git rebase master---->解决冲突--->git rebase --continue
git checkout master
git merge local
git push

 

git rebase 工作流

标签:merge   git merge   clone   ast   base   冲突   oca   pre   tin   

原文地址:https://www.cnblogs.com/fenle/p/11392664.html

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