[git] git merge 和 git merge --no-ff
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[git] git merge 和 git merge --no-ff相关的知识,希望对你有一定的参考价值。
根据这张图片可以看出
git merge –no-ff 可以保存你之前的分支历史。能够更好的查看 merge历史,以及branch 状态。
git merge 则不会显示 feature,只保留单条分支记录
一时间没看明白:
git merge效果:
git merge –no-ff效果
附录:
https://segmentfault.com/q/1010000002477106
sourcetree使用教程:
http://blog.csdn.net/collonn/article/details/39259227
http://www.ruanyifeng.com/blog/2012/07/git.html
以上是关于[git] git merge 和 git merge --no-ff的主要内容,如果未能解决你的问题,请参考以下文章