假设我在 master 分支中有一个文件:
Hello World!
我创建了一个新分支 A 并将同一个文件修改为:
Hello World!
and a little more
然后我在主分支中修改同一个文件
Hello World, the bug is fixed!
有没有办法将两个分支合并为:
Hello World, the bug is fixed!
and a little more
无需解决冲突?
ps:对 git 来说是全新的,所以我可能会错过一些明显的东西——我使用 netbeans 作为 IDE 并使用内置的合并功能