Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rvandermeulen/14bfac64c8daa7c77dc611fb00a9536f to your computer and use it in GitHub Desktop.

Select an option

Save rvandermeulen/14bfac64c8daa7c77dc611fb00a9536f to your computer and use it in GitHub Desktop.
delete all non-main branches
git branch | grep -v "main" | xargs git branch -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment