I have following branches on my local:
- master
- branch-a
- branch-b
- branch-c
- dev
I created PR (Pull Request) for branch-a (PRA-1), branch-b (PRB-1), branch-c (PRC-1). My colleagues finished reviewing my code. Since I know that branch-a, branch-b, branch-c are going to conflict each other, I create a conflict-resolution branch.
I base conflict-resolution from master and continue to merge branch-a, branch-b, branch-c while resolving any conflicts. Then once all of them are complete, I merge this conflict-resolution branch into branch-a, branch-b, branch-c.
Now that my initial pull request is code reviewed, I want my colleagues to review conflict-resolution for branch-a (PRA-2), branch-b (PRB-2) and branch-c (PRC-2) in their respective second pull requests.