Last active
March 14, 2020 21:07
-
-
Save zorawar87/1693fd11c040bee0dc15861e494b2c5d to your computer and use it in GitHub Desktop.
Delete unmerged, local-only git branches in a single repo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git branch --color=never --no-merged | xargs git branch -D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment