Comment by techcode
7 days ago
Perhaps I'm missing something... If your commits are not all independent - I don't see how could they ever be pulled/merged independently?
7 days ago
Perhaps I'm missing something... If your commits are not all independent - I don't see how could they ever be pulled/merged independently?
The way Gerrit handles this is to make a series of PR-like things that are each dependent on the previous one. The concept of "PR that depends on another PR" is a really useful one, and I wish forges supported it better.