Skip to content

Instantly share code, notes, and snippets.

@giulianovarriale
Last active October 10, 2016 14:11
Show Gist options
  • Save giulianovarriale/a1572c63d89a8f09a79320541efc6abb to your computer and use it in GitHub Desktop.
Save giulianovarriale/a1572c63d89a8f09a79320541efc6abb to your computer and use it in GitHub Desktop.
Github Snippets

Delete all local branch, 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