依据这张图片能够看出
git merge –no-ff 能够保存你之前的分支历史。
能够更好的查看 merge历史。以及branch 状态。
git merge 则不会显示 feature,仅仅保留单条分支记录。
git merge 和 git merge --no-ff
原文:http://www.cnblogs.com/gavanwanggw/p/7259891.html