Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KanshuYokoo/40c4e685dfbefc05e8bed39ee7ab68a7 to your computer and use it in GitHub Desktop.
Save KanshuYokoo/40c4e685dfbefc05e8bed39ee7ab68a7 to your computer and use it in GitHub Desktop.
delete all branch expect 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