git-fresh

Utility to keep git repositories fresh with automated updates

brewmacoslinux
Try with needOr install directly
Source

About

Utility to keep git repos fresh

Commands

git-fresh

Examples

Clean up local branches that have been merged into main/master$ git fresh
Fetch updates and clean branches in all git repositories under current directory$ git fresh --all
Show what would be cleaned without making changes$ git fresh --dry-run