标签: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