Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ducnguyenhuy-agilityio/9c6689870ab0c6a73daaf13f449a7fc5 to your computer and use it in GitHub Desktop.
Save ducnguyenhuy-agilityio/9c6689870ab0c6a73daaf13f449a7fc5 to your computer and use it in GitHub Desktop.
Delete all branches on local and keep master and develop
git branch | grep -v "master\|develop" | xargs git branch -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment