SyntaxFix
Write A Post
Hire A Developer
Questions
I use this method so I can have more control.
git branch -D $(git branch | grep -v "master" | grep -v "develop")
This is remove any branches not named: master or develop.
master
develop