```console git fetch -p && git branch -vv | grep ': gone]' | awk '{print $1}' | xargs -r git branch -D ```