git fetch --prune && git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -D
I think I probably copied this from Stack Overflow close to a decade ago. Seems like a lot of people have very similar variations.
I think I probably copied this from Stack Overflow close to a decade ago. Seems like a lot of people have very similar variations.