Recently I had a merge conflict in git. After using some git commands I managed to resolve those conflicts, so my git gives a message that all is ok and up-to-date with branches and with production master. So I was happy that I resolved all conflicts. However - on my production page I noticed strange addons:
<<<<<<< HEAD
MAIN PAGE CONTENT
=======
>>>>>>> branch
How can I remove them?