How to view resolved conflicts only in a Pull Request of a merge (no other changes) on GitHub?

Viewed 7

We have a protected feature branch (EPIC) with pull request to master. That feature branch has conflicts now. To resolve conflicts we have to open a new pull request with merged master and resolved conflict based on EPIC. When reviewing the new PR we see all changes from master (which can be really a huge amount of changes) and changes on conflicts.

What we are interested in, is just to review changes on conflicts, not the whole history from master.

Is there a way to hide all changes from master on GitHub and view only resolved conflicts?

0 Answers
Related