/ Published in: Bash
![](/img/icon_sav.png?v3)
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
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)