Expand description
Synchronous, best-effort helpers for contexts that cannot .await — chiefly
a Drop guard. They shell out through std::process directly (no async, no
job-containment), so reserve them for short-lived cleanup.
Functions§
- worktree_
remove - Remove a worktree synchronously (
git worktree remove [--force] <path>).