git worktree add -b some-branch ../wts/repo-some-branch origin/main
git worktree list
git worktree remove
All you need