Better support for workflows that use worktrees
It would be nice to better support use of worktrees. The current layout means worktrees would probably get created side by side with the cloned repository which is a bit awkward.
One thought I've had is to add an optional "worktree layout" mode in which the following layout is created:
hostname/
└── path
└── reponame
├── master # or whatever the default branch is
└── repo # --bare clone
That way additional worktrees could be created within 'reponame'. I'm not sure if this is the best solution so thumbs up/down and/or comments would be welcome.