huh. Playing around with git worktree for the first time.
If you use git stash heavily (which I don't recommend), this is much better. (I've had a "if you're using stash for more than 10 minutes, you're doing it wrong" policy for years.)
And it's less disk space than my "git clone 3+ times" strategy I've been using. If your repo is big.
But other than that... no difference? If there are additional benefits to worktree I haven't discovered them yet?