Git 如何在我的远程来源中查看分支?

Git 如何在我的远程来源中查看分支?,git,github,git-branch,Git,Github,Git Branch,我的项目有两个远程来源。当我已经有了一个原点时,我就喜欢上了 git远程添加githubhttps://github.com/iincube/Commuter.git 那么我的项目有两个像这样的远程来源 github https://github.com/iincube/Commuter.git (fetch) github(推送) 来源(提取) 原点(推送) 现在,如果我在做$git分支,我只能看到一个远程分支。 如何查看两个远程分支?尝试运行以下命令: git branch -r 你能

我的项目有两个远程来源。当我已经有了一个原点时,我就喜欢上了
git远程添加githubhttps://github.com/iincube/Commuter.git
那么我的项目有两个像这样的远程来源

github  https://github.com/iincube/Commuter.git (fetch)
github(推送)

来源(提取)

原点(推送)

现在,如果我在做$git分支,我只能看到一个远程分支。
如何查看两个远程分支?

尝试运行以下命令:

git branch -r

你能试试这个命令吗

git branch --all