when local branch A pulls remote branch B, a merge conflict occurs in the following format:
<<<<<<<HEAD
=======
  XXXXXXXXXX()
  XXXXXXXXXX
  XXXXXXXXXX
>>>>>>>d0s786vdssHEAD 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.
