Skip to main content

create_worktree

Function create_worktree 

Source
pub fn create_worktree(
    repo_root: &Path,
    git_ref: &str,
) -> Result<TempWorktree, Error>
Expand description

Create a temporary worktree checked out at the given git ref.