Using git branch --all shows all remote and local branches. When does Git refresh this list?
git branch --all
On pull/push? And how do I refresh it using G
Use git fetch to fetch all latest created branches.
git fetch