git branch | grep feature/ | xargs git branch -D
Source: https://stackoverflow.com/questions/10610327/delete-all-local-git-branches
git branch | grep feature/ | xargs git branch -D
Source: https://stackoverflow.com/questions/10610327/delete-all-local-git-branches