我分叉了一个仓库:https://github.com/CruceGameDevel/CruceGame我将我的副本克隆到本地机器:
$ git clone https://github.com/MihaiPro/CruceGame
如果我跑:
$ git branch
* master
为什么它只显示主分支?我尝试了git remote update
和git fetch --all
,但没有成功。我需要做什么?也许我做错了什么,所以请给我正确的克隆分叉回购的步骤。
谢谢!
答案 0 :(得分:2)
尝试
git branch -a
没有git branch
的{{1}}中未列出远程跟踪分支。