When does Git refresh the list of remote branches?
Asked 07 September, 2021
Viewed 3.1K times
  • 52
Votes

Using git branch --all shows all remote and local branches. When does Git refresh this list?

On pull/push? And how do I refresh it using Git Bash?

5 Answer