Suppose I am in the dev branch. I enter the git merge new_change , after that many sections appear in the code according to the type of this:
<<<<<<< HEAD message_copy = {'filepath': filepath, 'guid': guid} ======= message_copy = {"filepath": filepath, "guid": guid} >>>>>>> new_change How do I do a merge in such a way that when such problems occur, they are solved in favor of dev ?