pub fn create_worktree(
repo: &Repository,
worktree_name: &str,
) -> Result<PathBuf>Expand description
Create a new worktree with the specified name
pub fn create_worktree(
repo: &Repository,
worktree_name: &str,
) -> Result<PathBuf>Create a new worktree with the specified name