如何在我的机器上获得特定的拉取请求?

时间:2013-03-13 21:42:30

标签: git github

有人给我发了拉请求。在合并之前,我想查看机器上的更改。我该怎么做?

1 个答案:

答案 0 :(得分:16)

来自http://community.elgg.org/pages/view/1123557/how-to-check-out-a-pull-request-for-testing

对于拉取请求#123:

git fetch origin pull/123/head:pr-123
git checkout pr-123