Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dantp-ai/44ed2eccca8bf259c43d9ab5bb35d299 to your computer and use it in GitHub Desktop.
Save dantp-ai/44ed2eccca8bf259c43d9ab5bb35d299 to your computer and use it in GitHub Desktop.
delete_all_local_brances_except_master_and_develop.sh
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