11 ms·
Just like you can run `git add -p`
by hacker161 5mo ago
Just like you can run `git add -p`
- baq 5mo agoyes but no
- hacker161 5mo agoExplain the difference.
- baq 5mo agogit add -p doesn't create a commit.
- em-bee 5mo agothen create one when you are done adding?
- baq 5mo agowhy bother? jj does it automatically and gives tools to work with such commits, no point to force this on yourself with git
- em-bee 5mo agosure, but i don't think it's that big of a deal either way. it's not the specific feature that draws me in. the overall concept of saving everything as a commit is interesting however. not needing to manually commit after adding changes is just a small positive side effect.
- baq 5mo agoyeah, jj is a different way of working with the same underlying data structure that git also operates on. I happen to like it more than git, but it took some using to because they're both used to arrive at the same end result withing mostly the same operations.