Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NimaGhaedsharafi/29aa6ce7ba9f8d6e33a88f85d420368a to your computer and use it in GitHub Desktop.
Save NimaGhaedsharafi/29aa6ce7ba9f8d6e33a88f85d420368a to your computer and use it in GitHub Desktop.
Remove local branches easily
git branch -d `git branch --merged | grep -v master`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment