Created
April 29, 2021 12:22
-
-
Save mauricesvay/1f70eae88be5335f2e0f8d7be16d9c07 to your computer and use it in GitHub Desktop.
Remove deleted branches
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 -vv | grep gone | awk '{ print $1 }' | xargs git branch -D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment