From 7fe5cb6fd13b498667bcfc9b4b4142f3161d069b Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Mon, 9 Aug 2021 10:42:19 -0300 Subject: [PATCH] Updated Pull Request Reviewer Guidelines (markdown) --- Pull-Request-Reviewer-Guidelines.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pull-Request-Reviewer-Guidelines.md b/Pull-Request-Reviewer-Guidelines.md index 33e9cbc..026f8e4 100644 --- a/Pull-Request-Reviewer-Guidelines.md +++ b/Pull-Request-Reviewer-Guidelines.md @@ -18,10 +18,12 @@ While it is totally possible to review a PR using only the GitHub's UI, sometime ### Checking out the PR locally using Git Checkout the PR locally: + `$ git fetch https://github.com/spring-projects/spring-security pull/xxxx/head:pull/xxxx` `$ git checkout pull/xxxx` Update a local copy of the PR: + `$ git checkout pull/xxxx` `$ git pull https://github.com/spring-projects/spring-security pull/xxxx/head`