Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lauborges/244c7b968f4b93933fef1af2ed1fabb4 to your computer and use it in GitHub Desktop.
Save lauborges/244c7b968f4b93933fef1af2ed1fabb4 to your computer and use it in GitHub Desktop.
git delete all 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