Just found out about git worktree, but I don't get it. Why is `git worktree add ../copy` better than `git clone . ../copy`?