Created
May 1, 2020 20:56
-
-
Save thibaut-pro/221e2bdace0c80cc175e1427cdd1fbd5 to your computer and use it in GitHub Desktop.
Clean up old 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 remote prune origin ─╯ | |
git branch -vv | grep "origin/.*: 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