I have a pull request that is currently against the master branch and I want to change its base to a branch that is two commits behind master.
When I change the base branch in GitHub Enterprise the two commits that are not on master also get dragged into the pull request.
Is there a way to change the base branch but just have the commits that are actually in the pull request? I don't see any options other than the branch name, and my commit and one of the other commits touches the same file but not the same lines.