I'm trying to clean my commit history. Now for some reason, there are merges to my main branch in my commit history, which is weird, because there was only ever one branch. Anyway, Github for Windows is telling me I cannot squash because there is a merge among the squashed commits. And yes, I have RTFM. The Github Docs specifically mention this error but omits how to deal with it!!
So what do I do??
Tried creating a new branch with cherry picked commits but that branch ended up including the entire commit history of the main branch for some God-forsaken reason.