Local branches pile up fast. This tool finds every branch already merged into main and cleans them up in one command.
Runs git branch --merged <base> to get every branch fully merged into your base branch.
Automatically skips main, master, develop, staging, production, and your currently active branch.
Uses git branch -d (safe delete) so it will never remove a branch with unmerged work.