I’ve resubmitted thinking that the problem was I had extra lines in my code so I deleted those lines and re commited everything on to the master, but unfortunately came back still wrong with the same message. Can someone help me interpret this message?
Hi, and welcome to the community!
When I look at at your diff, the first thing that jumps out at me is the <<<<<HEAD
portion. This happens when there is an unresolved merge conflict. If you go into the together
branch and look at the code, you will see those arrows in there.
At this point, you will need to manually make the changes to your file so that the branch matches the screenshots in the assessment prompt, deleting the arrows and rearranging the images as needed. Make sure you save and commit the changes to the correct branch before re-submitting.
Jesse