Skip to content

Instantly share code, notes, and snippets.

@ersoy-insider
Last active July 14, 2020 06:00
Show Gist options
  • Save ersoy-insider/a19cbea40406b9097bd3802b2a047cc6 to your computer and use it in GitHub Desktop.
Save ersoy-insider/a19cbea40406b9097bd3802b2a047cc6 to your computer and use it in GitHub Desktop.
git fetch --all -p; git branch -vv | grep ": gone]" | awk '{ print $1 }' | xargs -n 1 git branch -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment