6 ms·
Perhaps I'm missing something... If your commits are not all independent - I don't see how could they ever be pulled/merged independently?
by techcode 7mo 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?
- JoshTriplett 7mo agoThe 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.