Keeping a Stack of Pull Requests in Sync: One Rebase, One Fast-Forward
Split a big change into a stack of pull requests and moving master leaves every branch above it on a stale base. Here's the two-role workflow we use: git rebase --update-refs for whoever owns the stack, fast-forward-only merges for whoever merges it.



































