Several different developers have changed the same code that I changed. When I merge manually with git I see something like this:
<<<<<<< HEAD
//some code
=======
//usually the exact same code
>>>>>>> 487a27067d58bca3d48fcfbae33f61c20a75345a
Can someone tell me how to interpret this. Is the part between the head and equal sign usually what used to be in my version? I referred to this post to understand what head exactly is but I'm still very unsure.