使用git branch --all显示所有远程和本地分支.git何时刷新此列表? on pull / push?以及如何使用git bash刷新它?
git branch --all
git bash
非常感谢大家!
显示(本地)git知道的所有本地和远程分支
git branch -a
更新远程分支的本地列表:
git remote update origin --prune