标签: git github
有人给我发了拉请求。在合并之前,我想查看机器上的更改。我该怎么做?
答案 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