Skip to content

Instantly share code, notes, and snippets.

@diegorodrigo90
Created July 7, 2022 19:33
Show Gist options
  • Save diegorodrigo90/94ffa13b1a6279a9a482c585b91ff2d9 to your computer and use it in GitHub Desktop.
Save diegorodrigo90/94ffa13b1a6279a9a482c585b91ff2d9 to your computer and use it in GitHub Desktop.
Remove all your local git branches but keep 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