Skip to content

Instantly share code, notes, and snippets.

@phyesix
Created February 4, 2022 10:53
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 phyesix/ba54c7ae29af17f0cf9453e65991bef2 to your computer and use it in GitHub Desktop.
Save phyesix/ba54c7ae29af17f0cf9453e65991bef2 to your computer and use it in GitHub Desktop.
Delete all local git branches
git branch | grep -v "master" | xargs git branch -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment