|
|
|
|
|
by mikepurvis
2085 days ago
|
|
I'm sympathetic to a lot of what they have to say, but this has always been a sticking point for me: > Cherry-picks work better with small check-ins Maybe it's just bad git tooling or me using the tools wrong, but if I need to cherry-pick and there are conflicts, it is always way easier to squash everything down and pick it in one go— if I don't do that, I end up resolving the same conflict over and over as new commits pile in on top of it and meet a conflict-resolved state that they then have a further conflict with. |
|
I've been persuaded by his argument, and I'm really looking forward to the pijul rewrite landing, so I can play around with it again.