git-delete-merged-branches

Delete merged Git branches automatically and safely

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool to delete merged Git branches

Commands

git-delete-merged-branches

Examples

Delete all merged branches in the current repository$ git delete-merged-branches
Delete merged branches but skip the main branch$ git delete-merged-branches --skip main
Show which branches would be deleted without actually deleting them$ git delete-merged-branches --dry-run