Created
February 19, 2020 11:22
-
-
Save padupuy/0d6fd1e83f267fc9dd31f31460d6b31b to your computer and use it in GitHub Desktop.
remove old git branch
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 fetch -p | |
git branch -vv | |
git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment