So far, I have simply merged with the fetch + merge approach, and if there was a merge conflict, I fixed it manually, installed it, and started it. It resolved just fine.
Now I decided to try to "synchronize the workspace." I check my local branch and run this command on the remote branch of origin. How to transfer individual files to my repository?
I tried using merge or pull, but instead of integrating the change, it unexpectedly tells me that there is a merge conflict. This conflict should not occur in the first place, but indexing and commit again do not fix the error. I synchronize with the workspace and it continues to show a two-sided red error on two identical files ...
source
share