59 ms·
But how do you split commits? Command line tools for splitting commits suck because they force you to look at one hunk at a time without getting the context fro
by exclipy 1y ago
But how do you split commits? Command line tools for splitting commits suck because they force you to look at one hunk at a time without getting the context from the rest of the change.
- stouset 1y agojj uses a TUI for this that lets you navigate the entire set of changes.
- Zambyte 1y agoNot only is the default behavior of `jj split` exceptionally good and not susceptible to the issue they described, but you can easily specify an external tools like the meld gui to offload these operations to as a configuration option.