Skip to content

Instantly share code, notes, and snippets.

@phensalves
Last active November 9, 2016 13:39
Show Gist options
  • Save phensalves/93c5765cf2dca395f58f3a961096a7b2 to your computer and use it in GitHub Desktop.
Save phensalves/93c5765cf2dca395f58f3a961096a7b2 to your computer and use it in GitHub Desktop.
Snippet to delete all local branches and keep 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