SyntaxFix
Write A Post
Hire A Developer
Questions
Here's the Powershell solution for anyone running on a Windows machine
git checkout master # by being on the master branch, you won't be able to delete it foreach($branch in (git branch)) { git branch -D $branch.Trim() }