Skip to content

Instantly share code, notes, and snippets.

@hbb20
Created June 15, 2021 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbb20/43cdf786bcd34a218223c67513e209f8 to your computer and use it in GitHub Desktop.
Save hbb20/43cdf786bcd34a218223c67513e209f8 to your computer and use it in GitHub Desktop.
git remote prune origin
git branch -vv | grep 'origin/.*: gone]' | awk '{print $1}' | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment