Created
May 23, 2018 09:09
-
-
Save BartlomiejSkwira/69cb8286478129ad6c651d118c27dc06 to your computer and use it in GitHub Desktop.
From https://stackoverflow.com/questions/17933401/how-do-i-remove-deleted-branch-names-from-autocomplete
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 --prune origin | |
git fetch --prune --all #to prune all the dead branches from all the remotes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment