A simple CLI to prune local git branches that have been merged via merge-commit or squash-and-merge.
Run prune-branches --help to see the full set of options; however, typically you can go into the repo directory to prune and simply run it with no options.
All the installation methods require Java 8 or newer to be installed.
scoop bucket add itzg https://github.com/itzg/scoop-bucket.git
scoop install prune-branches brew tap itzg/tap
brew install prune-branchesDownload the zip or tgz from the latest release.