我的项目有两个远程起源。当我已经拥有一个原点时,我确实喜欢这个
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分支,我只能看到一个远程分支。 我怎样才能看到两个远程分支?
答案 0 :(得分:2)
尝试运行以下命令:
git branch -r
答案 1 :(得分:0)
你可以尝试这个命令:
git branch --all