Skip to content

Instantly share code, notes, and snippets.

@ClaudiuCeia
Created December 15, 2017 22:28
Show Gist options
  • Save ClaudiuCeia/26cdf0d17b499b42b6d59c82e35a5e97 to your computer and use it in GitHub Desktop.
Save ClaudiuCeia/26cdf0d17b499b42b6d59c82e35a5e97 to your computer and use it in GitHub Desktop.
delete all local branches but 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