【发布时间】:2016-07-21 08:59:19
【问题描述】:
使用git branch --all 显示所有远程 和本地 分支。 Git 什么时候刷新这个列表?
拉/推?以及如何使用Git Bash 刷新它?
【问题讨论】:
-
请注意,
git ls-remote在这里可能很有趣。 -
别忘了在
git branch --all之前使用git fetch
标签: git github branch remote-branch