Retire todas sus ramas Git locales pero mantenga el maestro

git branch | grep -v “master” | xargs git branch -D
CL