git merge 和 git merge --no-ff
Posted Archibald Witwicky
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git merge 和 git merge --no-ff相关的知识,希望对你有一定的参考价值。
https://blog.csdn.net/u010940300/article/details/47419069
根据这张图片可以看出
git merge –no-ff 可以保存你之前的分支历史。能够更好的查看 merge历史,以及branch 状态。
git merge 则不会显示 feature,只保留单条分支记录。
以上是关于git merge 和 git merge --no-ff的主要内容,如果未能解决你的问题,请参考以下文章