-
Notifications
You must be signed in to change notification settings - Fork 8
Viewing someone elses pull request
Josh Bruce edited this page Aug 19, 2016
·
1 revision
Someone has submitted a pull request. You want to review it to make suggestions or determine if you want to accept and merge the changes, but you have absolutely no idea what is going on.
There's a way to do it. (Note: It appears only those with the ability to merge the pull request can do this.)
- Look at the pull request.
- At the bottom of the pull request, there should be a link that says, "Open this in GitHub Desktop".
- The contents of the pull request will be downloaded to your computer.
- You will also be "viewing" that pull request.
- Therefore, if you can examine the files in the directory, you will see the files as submitted by the person requesting the pull request.
$ cd ~/path/to/repository
$ git fetch origin pull/[pull request id]/head:[branch name]
$ git checkout [branch name]
- Mail on MacOS
- Outlook on Windows (not written yet - submit an issue to request - or go ahead and make the page)
- Gmail on the web