有人向我发送了拉取请求。在我合并它之前,我想看看我机器上的变化。我怎么做?
问问题
7890 次
1 回答
23
来自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
于 2013-03-13T21:42:59.107 回答