Skip to content

Instantly share code, notes, and snippets.

@alextrastero
Created March 6, 2018 16:29
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 alextrastero/9aa1c60787b90a6f74bd57936a2e4a7e to your computer and use it in GitHub Desktop.
Save alextrastero/9aa1c60787b90a6f74bd57936a2e4a7e to your computer and use it in GitHub Desktop.
Remove all local branches except MASTER

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