Return to Snippet

Revision: 64976
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