Issue: Need to remove multiple remote git branches

Solution:

git branch -r | awk -F/ ‘/\/mybranchessubstring_/{print $2}’ | xargs -I {} git push origin :{}