Using git branch --all shows all remote and local branches. When does Git refresh this list? On pull/push? An
I have a master and a development branch, both pushed to GitHub. I've cloned, pulled, and fetched, but I
Somebody pushed a branch called test with git push origin test to a shared repository. I can see the branch wi