Expand description
Synchronous, best-effort helpers for contexts that cannot .await.
Synchronous, best-effort helpers for Drop and other non-async contexts.
Functionsยง
- worktree_
remove - Remove a worktree synchronously (
git worktree remove [--force] <path>); seeWorktreeRemove.