DubStack
Commands

post-merge

Clean up merged branches and update tracking state.

Usage

dub post-merge

Description

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

FlagDescription
--dry-runShow what would be cleaned up without making changes

Examples

# Clean up after merging
dub post-merge

# Preview cleanup
dub post-merge --dry-run

On this page