there is no difference as jj is only a frontend to git.
author me tions that git cli require multiple steps when there are unstaged changes.
I don't know if git has one liner cli command for it as i myself use gitextn to create worktrees
jj may use git as (one of) its backing stores, and its collocation offers some compatibility at the cost of important tradeoffs, but it isn’t intended to be a git frontend.
> there is no difference as jj is only a frontend to git.
That's not really true in this case, as the worktree feature from jujutsu is not implemented on top of git worktrees.