标签: git github
我需要测试以下拉取请求:https://github.com/grobian/carbon-c-relay/pull/274。我已将主仓库克隆到我的本地驱动器:git clone https://github.com/grobian/carbon-c-relay.git carbon-c-relay。如何将拉取请求中的更改合并到本地副本中,以便我可以编译和测试?
git clone https://github.com/grobian/carbon-c-relay.git carbon-c-relay
答案 0 :(得分:1)
我发现您可以按如下方式提取拉取请求:git pull origin pull/274/head
git pull origin pull/274/head