Branch Cleaner

This tool has no access to your actual repository — paste the output of two local commands and it'll categorize your branches for you.
git for-each-ref --format='%(refname:short)|%(committerdate:short)' refs/heads/
git branch --merged main
Branches + last commit date
Merged branches (git branch --merged)
Advertisement