Skip to content

Instantly share code, notes, and snippets.

@rdemorais
Created August 8, 2020 16:06
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 rdemorais/24af22e06ce2749f43d52b6382d33963 to your computer and use it in GitHub Desktop.
Save rdemorais/24af22e06ce2749f43d52b6382d33963 to your computer and use it in GitHub Desktop.
Remover local branches
git branch -D `git branch --merged | grep -v \* | xargs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment