How can there be such a merge conflict?

when local branch A pulls remote branch B, a merge conflict occurs in the following format:

<<<<<<<HEAD
=======
  XXXXXXXXXX()
  XXXXXXXXXX
  XXXXXXXXXX
>>>>>>>d0s786vdss
There is no code between the

HEAD and the equal string, so how can there be a conflict between the merge and the remote after the merge? I"ve met many times.

Git
Aug.24,2021

there may be spaces


spaces caused by inconsistent compilation systems

Menu