hapus git cabang gabungan

git branch -r --merged | grep -v master | sed 's/origin\//:/' | xargs -n 1 git push origin
Embarrassed Elk