Created
November 8, 2019 07:08
-
-
Save dhonx/935543aa90578e2d2808f9b4552666e1 to your computer and use it in GitHub Desktop.
Git: Update Branch List from Remote
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
# Source: https://stackoverflow.com/questions/36358265/when-does-git-refresh-the-list-of-remote-branches | |
# To update the local list of remote branches: | |
git remote update origin --prune |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment