I had a branch I was working in. Another dev worked on another component of it in another branch. I was merging in his branch and master while he was developing. He merged it into master and now my PR is massive and includes all his changes and comments from his PR.
I tried to rebase from that branch but there's a ton of merge conflicts. Is there anyway to ignore those with GitHub or a Git branching trick? I'm using GitHub Enterprise as well.