git-toolbelt
git-toolbelt copied to clipboard
git-cleanup -s doesn't remove remote squashed branches
The squashed branches are only removed locally. The git-cleanup command is intended to work on both remote and local repositories, however the recently merged git-cleanup-squashed code was only removing local branches. It would be a great if the -s switch removed remote branches by default and honored the -l switch to ignore remotes if desired.
Would love that feature and consistency. If you would be able to make a PR for this, I’d be more than happy to merge that in.