rogerpons
2/11/2020 - 5:04 PM

git prune local branches

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