Created
August 8, 2020 16:06
-
-
Save rdemorais/24af22e06ce2749f43d52b6382d33963 to your computer and use it in GitHub Desktop.
Remover local branches
This file contains hidden or 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 -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