I'm more of a fan of using 1 program, once :)

git branch -vv | awk '/:\sgone\]/ {

if ($0 !~ "*") {

print $1

}

}' | xargs -r git branch -D

No responses yet