Line breaks

Marcus Hert Da Coregio 2021-08-09 11:40:33 -03:00
parent 7fe5cb6fd1
commit 2aefab717d

@ -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.