GitHub

Pull requests

Review

  • In GitHub, goto Pull request / Files changed to see the changes and to post comments.

reviewing-proposed-changes-in-a-pull-request

Check out locally

git fetch origin pull/[ID]/head:[BRANCH_NAME]
git checkout [BRANCH_NAME]
  • [ID] - The ID you find in the URL or on the pull requests page.
  • [BRANCH_NAME] - A name you choose for the testing branch.

checking-out-pull-requests-locally