Revision: 64976
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 10, 2013 09:41 by eighteyes
Initial Code
git branch --merged dev | grep 'sc/' | xargs git branch -d
Initial URL
Initial Description
For git-flow style workflow where you prefix branch names with initials "sc/branchname"
Initial Title
Remove old branches from git
Initial Tags
git
Initial Language
Bash