Posted 05/07/2025
For example delete all branches which has ‘feature/’ in name.
git branch -D $(git branch --list '*feature/*')
git stash clear