remote에서 삭제된 local 브랜치를 지워준다.

git branch -vv | grep origin | grep ': gone]' | awk '{print $1}' | xargs git branch -D