|
|
|
|
|
by skydhash
617 days ago
|
|
The upsides are great. PRs should be atomic, introducing changes as a set. I don’t care about the history of the branch, I only care that the changes in the PR are one unit that can be reverted as a whole. And each commit in the main branch passes the tests. |
|
But I can’t relate in general to those workflows where PRs have to be tiny and revertable (why need to revert so often).