I am trying to make a revert, and it is saying I have unresolved conflicts. This is very strange because the conflict points to a single comment line.
<<<<<<< HEAD
// END product configuration | clong
=======
// END SVG Product Configuration | clong
>>>>>>> parent of 4cd0889... prerevert, conflicts exist
I don't think I have understood how revert works. I thought revert replaced your project, with the commit you reverted it to. How can there be a conflict if nothing is being merged?
Also, as far as this particular issue is concerned, when I leave
// END product configuration | clong
and reattempt the revert, I get the same issue.
When I leave
// END SVG product configuration | clong
I get "Unable to revert commit", which is vague and unhelpful, [UPDATE: I've found that I can revert to earlier versions, but would still like to understand what causes conflicts and errors during a revert? All I want to do is go to a certain point in my project. I know I could just download a zip of the project at that point in time, but I'd like to learn the correct, Git way to resolve this.