Skip to main content

worktree_add_detached

Function worktree_add_detached 

Source
pub async fn worktree_add_detached(
    repo: &Path,
    path: &Path,
    rev: &str,
) -> Result<()>
Expand description

Create a worktree at path with a detached HEAD at rev.