【发布时间】:2012-02-27 13:02:38
【问题描述】:
我从 GitHub 上的一个 repo 分叉出来。我想从另一个用户的分支上的分支获取代码。
我必须将此用户的整个 repo 克隆到单独的本地 repo 还是可以执行 git checkout link_to_the_other_users_branch 之类的操作?
【问题讨论】:
-
你正在寻找 git "remotes": progit.org/book/ch2-5.html
标签: git github git-branch git-fork git-fetch