rt git branch clean
rt › git › branch › clean
Delete stale branches interactively
Usage
rt git branch clean [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--dry-run | boolean | false | Preview deletions without deleting (alias -n) |
--force | boolean | false | Skip the open-MR warning and force-delete (alias -f) |
See code: commands/branch-clean.ts › cleanBranches