git merge --no-ff

执行合并时,如果设定了non fast-forward 选项,即使在能够 fast-forward 合并的情况下也会生成新的提交并合并

你可能感兴趣的:(git merge --no-ff)