I find jujutsu makes splitting things into smaller revisions easier because I can describe my "main goal" and then use jj split for any side work.

You can do the same with git, but somehow git's commit model clashes with that idea in my head.

#jujutsu #vcs