I'm learning Ruby on Rails and was following the tutorial minding my own business, but after creating and trying to merge static pages etc., my app is failing to deploy on heroku and the tests are failing all of a sudden.
Based on the research I've done this is may be due to a merge conflict? In any case, the following lines:
<<<<<<< HEAD
content
>>>>>>> efcece9f3324a1a06d5f70e2a350b33d0c06d6c7
Have popped up in a bunch of my files (gemfile, gemfile.lock and even a controller) pretty randomly randomly. My tests no longer return green but now display an error "unexpected <<". I'm a noob and totally confused?
Can anyone help me understand if this is indeed a merging conflict, and in any case what caused this and how do I go about fixing it?