Y
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
hacker161
61 days ago
Just like you can run `git add -p`
link
baq
61 days ago
yes but no
link
hacker161
61 days ago
Explain the difference.
link
baq
61 days ago
git add -p doesn't create a commit.
link
em-bee
61 days ago
then create one when you are done adding?
link
baq
60 days ago
why bother? jj does it automatically and gives tools to work with such commits, no point to force this on yourself with git
link