I'm missing why merge commits to master are needed to solve the problem you are raising.
1. The first PR is merged with a `rebase and merge` 2. After updating your local master, you do a `git rebase master` to the second PRs branch and force push. --dave
