top | item 44645236

(no title)

exclipy | 7 months 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.

discuss

order

stouset|7 months ago

jj uses a TUI for this that lets you navigate the entire set of changes.

Zambyte|7 months ago

Not 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.