Commands
post-merge
Clean up merged branches and update tracking state.
Usage
dub post-mergeDescription
After PRs have been merged on GitHub, this command cleans up the local and remote branches that are no longer needed and updates DubStack's tracking state.
Options
| Flag | Description |
|---|---|
--dry-run | Show what would be cleaned up without making changes |
Examples
# Clean up after merging
dub post-merge
# Preview cleanup
dub post-merge --dry-run