From 2aefab717d6d2dcdfc24205c69453efc6596d95d Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Mon, 9 Aug 2021 11:40:33 -0300 Subject: [PATCH] Line breaks --- Pull-Request-Reviewer-Guidelines.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Pull-Request-Reviewer-Guidelines.md b/Pull-Request-Reviewer-Guidelines.md index 026f8e4..a16077e 100644 --- a/Pull-Request-Reviewer-Guidelines.md +++ b/Pull-Request-Reviewer-Guidelines.md @@ -19,12 +19,14 @@ While it is totally possible to review a PR using only the GitHub's UI, sometime Checkout the PR locally: -`$ git fetch https://github.com/spring-projects/spring-security pull/xxxx/head:pull/xxxx` +`$ 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` Where `xxxx` is the number of the PR.