I use git-flow, so we use a lot of branches often, and those branches got stuck in our local repository, to cleanup old remote branches we can use:
git fetch origin --prune
I use git-flow, so we use a lot of branches often, and those branches got stuck in our local repository, to cleanup old remote branches we can use:
git fetch origin --prune