* Prune stale worktree references.
()
| 543 | * Prune stale worktree references. |
| 544 | */ |
| 545 | async prune(): Promise<void> { |
| 546 | await execGit(this.repoPath, ['worktree', 'prune']); |
| 547 | } |
| 548 | |
| 549 | // ── Rebase & Git Operation Status ────────────────────────────────────────── |
| 550 |
no test coverage detected