pub fn worktree_add_new_branch( path: &Path, branch: &str, start: &str, ) -> Result<()>
Add a worktree at path holding a new branch created off start.
path
start