如何查看我的远程原点中的分支?

时间:2016-07-18 06:29:40

标签: git github git-branch

我的项目有两个远程起源。当我已经拥有一个原点时,我确实喜欢这个 git remote add github https://github.com/iincube/Commuter.git 那么我的项目有两个远程起源,比如这个

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

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

origin https://github.com/iincube/SafetraxApp.git(fetch)

origin https://github.com/iincube/SafetraxApp.git(推送)

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

2 个答案:

答案 0 :(得分:2)

尝试运行以下命令:

git branch -r

答案 1 :(得分:0)

你可以尝试这个命令:

git branch --all