使用git branch --all显示所有 远程 和 本地 分支。Git 什么时候刷新这个列表?
git branch --all
拉/推?以及如何使用Git Bash刷新它?
要更新远程分支的本地列表:
git remote update origin --prune
显示(本地)Git 知道的所有本地和远程分支
git branch -a