The problem with git rebase

made a git library with only one file A.txt, which branches as shown in the figure. The problem is that in rebase test3, a branch of master, 4455 66 can be added to test3, while rebase test4 has only 44 points that can rebase to test4,

.

clipboard.png

test3 A.txt

clipboard.png

test4

clipboard.png

masterA.txt:

clipboard.png

git Library:
https://github.com/wangkeshan.

Nov.01,2021

the specific reason has been located because of the contents of the file, which may cause git to think that the changes of 5566 and 66 can be ignored, but why git thinks so? I don't understand

Menu