pub fn make_git_worktree(
    git: &Git,
    worktree_name: &str
) -> Result<GitWorktreeWrapper>
Expand description

Create a new worktree for the provided repository.