Hapus semua cabang git lokal Anda tetapi tetap master

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