/ Published in: Bash
For git-flow style workflow where you prefix branch names with initials "sc/branchname"
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
git branch --merged dev | grep 'sc/' | xargs git branch -d