I accidentally merged a few commits into the wrong branch (development)
I reverted this via a revert PR, and then merged into the correct branch (Sprint-7)
The team then merged Sprint-7 -> Development -> Sprint-8
Now, Sprint-8 doesn't have my commits from the revert, and when I try to PR from Sprint-7 -> Sprint-8 it shows no differences
I tried to un-un-revert but there's a conflict in our db snapshot so I'm nervous to try it. How else might I resolve this issue?