How do I list all remote branches in Git 1.7+?

后端 未结 19 2231
轮回少年
轮回少年 2020-12-02 03:14

I\'ve tried git branch -r, but that only lists remote branches that I\'ve tracked locally. How do I find the list of those that I haven\'t? (It doesn\'t matter

相关标签:
19条回答
  • 2020-12-02 04:11

    Make sure that the remote origin you are listing is really the repository that you want and not an older clone.

    0 讨论(0)
提交回复
热议问题