所以我在这里有点困惑,需要澄清一下。我无法完全描述所有的提交和工作流程,但它类似于下图
在最后一次提交中,我在分支上release-2.0.0并使用 Intelij 从分支合并到当前分支featureB
我收到一条短信,上面写着
no merged conflicts
> changes to commit c23 -> a number of files
> changes to commit b 12 -> a number of files
考虑到我将功能 B 分支合并到 release-2.0.0 中,文本changes to commit b 12 -> a number of files对我来说很有意义。但是,其他文本changes to commit c23没有任何意义。
实际的 git 结构要复杂得多。我无法分析地描述它。但是,我试图了解合并在什么情况下会产生此结果,为什么?
任何信息,将不胜感激
