A Time-Saving Git Alias - "git sweep"
I never remember the command for cleaning my remote branches so I decided to create an alias for them.
The alias
git sweep
This is a shortcut for the git fetch --prune command and a script that finds branches marked as gone then deletes all of them....
colinkiama.hashnode.dev1 min read