So I've been trying to revert to the a prior version of my project. But I keep getting merge conflicts when I do a git revert. Why on earth does this make sense? I'm saying "I want to revert to this prior version, exactly as it was then" and now it's saying I need to keep some of the current code. No, I want none of it, I screwed up my project somehow and think this earlier version wasn't screwed up. I know I should just be able to resolve these problems, but I've never done a massive merge conflict before, and I don't understand a lot of this Xcode code.
Also, if I revert a commit, do I go BEFORE or AFTER the commit? For instance...
Commit A, Commit B, Commit C, Commit D.
I revert Commit B. Where do I go? After A, or after B?
$ git revert 8873550de2b6c4bec42cfec4e98600736f01ffb9
error: could not revert 8873550... Grid view
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'