Skip to content

Instantly share code, notes, and snippets.

@kino6052
Created November 30, 2020 17:37
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 kino6052/4c79e0279f4e7aa349e5fb368f7d9e20 to your computer and use it in GitHub Desktop.
Save kino6052/4c79e0279f4e7aa349e5fb368f7d9e20 to your computer and use it in GitHub Desktop.
Remove All Local Branches
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