Skip to content

Instantly share code, notes, and snippets.

@tot-ra
Created January 27, 2020 11:10
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 tot-ra/7d20a0f375b8edce7cfc714a25618942 to your computer and use it in GitHub Desktop.
Save tot-ra/7d20a0f375b8edce7cfc714a25618942 to your computer and use it in GitHub Desktop.
for b in `git branch | grep -v \*`; do git branch -D $b; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment