First experience with #jj #jujitsu
I tried the equivalent of git add -p (jj squash -i).
- I realize that it’s closer to
git add --interactive(which I find much more complicated and less productive) - I wasn’t able to edit a hunk (like the
ekey ingit add -p) which I use a lot to split debug statements from real work
I generated a conflict (as I expected)
- I found no way to show the original diff
jj undodid not worked (I have not been able to undo thejj squashthat introduced the conflict
Very not impressed so far. Fortunately it was a test repo.