Exclua vários ramos que correspondam a um regex em um comando
git branch | cut -c3- | egrep "^(fix|fixbug|bugfix)/.+" | xargs git branch -D
Conteúdo para você se capacitar em programação
Exclua vários ramos que correspondam a um regex em um comando
git branch | cut -c3- | egrep "^(fix|fixbug|bugfix)/.+" | xargs git branch -D