git add . -N
And then review the text itself as part of the git add -p workflow
Also, you can use -p for stash push
PS: Majutsu provides this too (a magit-like tool for jj)
After switching to jujutsu, I assure you I don't miss this feature.
jj takes the opposite approach. It keeps staging things, and you use split whenever you want to separate things out.
(And yes, it stores the staged changes as revisions, so you can always back out to a previous staged state).
If LLM coding assistance increases, it's going to be a rather large speed bump to cross
One of the biggest problems is actually unsolvable if you want to keep colocated Git and git tooling around, because it has to do with how jj fundamentally works- detached HEADs, detached HEADs everywhere
Topgamer7•4d ago