Skip to main content

create_worktree

Function create_worktree 

Source
pub fn create_worktree(
    repo_path: &Path,
    branch: &str,
    base_branch: &str,
) -> Result<PathBuf>
Expand description

git worktree add -b {branch} {path} {base_branch}