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

git merge vs git rebase

时间:2015-07-28 13:08:18      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:git

背景

开发过程,可能遇到这种情况
技术分享

git merge效果

git checkout feature
git merge master

技术分享

git rebase效果

git checkout feature
git rebase master

技术分享

参考

https://www.atlassian.com/git/tutorials/merging-vs-rebasing/conceptual-overview

版权声明:本文为博主原创文章,未经博主允许不得转载。

git merge vs git rebase

标签:git

原文地址:http://blog.csdn.net/jiewuyou/article/details/47102453

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