A command line utility for removing git branches
Trim your local branches:
git trim
lists all local branches in your preferred $EDITOR. Delete the unwanted branches, save, and git-trim will delete removed branches.
Copy git-trim to your $PATH and git will automatically find the 'trim' subcommand.