So I have branch A and B, I rolled back one commit on B, then created a merge request from A to B, then git is complaining about merge conflicts.
I know if I checkout both branches locally, then resolve the conflicts locally then push A to git again, and that should fix the conflicts, the problem is that both branch are protected, and I can't push commits directly from either A or B, is there a way that I can fix the merge conflict?
Thanks.