Eliminar todas las ramas locales
git branch --merged master | grep -v '^[ *]*master$' | xargs git branch -d