Reshape the commits on a feature branch into a coherent story before review, so each commit is a deliberate step the reviewer (and the future bisector) can read. The "WIP, wip2, fix the thing" tip-of-branch reality is fine while you're working; cleaning it up before review is the discipline. Multipl
Reshape the commits on a feature branch into a coherent story before review, so each commit is a deliberate step the reviewer (and the future bisector) can read. The "WIP, wip2, fix the thing" tip-of-branch reality is fine while you're working; cleaning it up before review is the discipline. Multiple techniques (`amend`, interactive rebase, the reset-and-recompose pattern); the right one depends o