Skip to main content

worktree_remove

Function worktree_remove 

Source
pub fn worktree_remove(dir: &Path, spec: WorktreeRemove) -> Result<()>
Expand description

Remove a worktree synchronously (git worktree remove [--force] <path>); see WorktreeRemove.