Skip to main content

create_worktree

Function create_worktree 

Source
pub fn create_worktree(
    branch_name: &str,
    base_branch: Option<&str>,
    path: Option<&str>,
    _term: Option<&str>,
    no_ai: bool,
) -> Result<PathBuf>
Expand description

Create a new worktree with a feature branch.