pub fn create_worktree( repo_path: &Path, branch: &str, path: &Path, new_branch: bool, ) -> Result<()>
Create a new worktree.