I am working on my local repository and I recently tried to merge my branch with the remote master.
I noticed that in some classes there are some added lines such as:
<<<<<<< HEAD
=======
>>>>>>> origin/master
I was not sure what actually caused it but the "origin/master" yelled out git merge when I saw this line. Has anyone encountered a similar issue or knows what these added lines intend to do?