Hacker News new | ask | show | jobs
by ersatz-matty 61 days ago
From your "polluted" snapshot, you can run `jj commit -i` and use the TUI to select only what you want.
1 comments

Just like you can run `git add -p`
yes but no
Explain the difference.
git add -p doesn't create a commit.
then create one when you are done adding?
why bother? jj does it automatically and gives tools to work with such commits, no point to force this on yourself with git