I have a team member who inadvertently pushed over 150 of his local branches to our central repo. Thankfully, they all have the same prefix. Using that prefix, is there a gi
I think my way deleting remote branches is the best.
git branch -r | grep -v master | sed 's/origin\//:/'| xargs git push