Last active
April 19, 2021 14:06
-
-
Save mhpob/c65aa4c30a76a7eb94db to your computer and use it in GitHub Desktop.
Delete and prune local branches that no longer exist.
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 -d branch-to-delete | |
git fetch -p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment