Why do I get this merge conflict with git rebase interactive?
问题 I'm still learning git. I have a file called names.txt . With this text. This is my commit history The first commit added the file. The second commit added the first line Mary. The third commit added the second line John. git show 7bdb5ef git show 80384aa I want to rebase this and edit the commit Mary to change the text to Mary Shelly . I do git rebase -i 4a5244b Next I set commit Mary to edit and run the rebase. Rebase stops here. Now name.txt has the value at Mary commit. I change it to