Skip to main content

create_worktree

Function create_worktree 

Source
pub async fn create_worktree(
    repo_dir: &Path,
    issue_number: u32,
    base_branch: &str,
) -> Result<Worktree>
Expand description

Create a worktree for the given issue, branching from base_branch.