pub fn worktree_remove(dir: &Path, spec: WorktreeRemove) -> Result<()>Expand description
Remove a worktree synchronously (git worktree remove [--force] <path>);
see WorktreeRemove.
pub fn worktree_remove(dir: &Path, spec: WorktreeRemove) -> Result<()>Remove a worktree synchronously (git worktree remove [--force] <path>);
see WorktreeRemove.