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

git各种命令 & git merge和git rebase的区别

时间:2017-04-18 12:34:48      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:oem   commit   details   tac   csdn   日期   .com   git merge   over   

技术分享

 

 git merge 和 rebase的区别:

http://blog.csdn.net/jollyjumper/article/details/24743751

 

对于两个分支而言,rebase和merge没有区别,但是rebase更干净,因为log hisitory是线性的,但commit不一定按日期先后排,而是local commit总在后面,merge之后history变得比较复杂,但是commit按日期排序,stackoverflow上有个图示很好:

http://stackoverflow.com/questions/16666089/whats-the-difference-between-git-merge-and-git-rebase

这篇博客则说适用场景,认为产品OEM保留分支时适用rebase,功能分支合并到主分支用merge。

http://blog.csdn.net/rryqsh/article/details/8230560

 

git各种命令 & git merge和git rebase的区别

标签:oem   commit   details   tac   csdn   日期   .com   git merge   over   

原文地址:http://www.cnblogs.com/charlesblc/p/6727093.html

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