mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-07 20:52:13 +00:00
Updated Pull Request Reviewer Guidelines (markdown)
parent
332c960aba
commit
7fe5cb6fd1
@ -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
|
### Checking out the PR locally using Git
|
||||||
|
|
||||||
Checkout the PR locally:
|
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`
|
`$ git checkout pull/xxxx`
|
||||||
|
|
||||||
Update a local copy of the PR:
|
Update a local copy of the PR:
|
||||||
|
|
||||||
`$ git checkout pull/xxxx`
|
`$ git checkout pull/xxxx`
|
||||||
`$ git pull https://github.com/spring-projects/spring-security pull/xxxx/head`
|
`$ git pull https://github.com/spring-projects/spring-security pull/xxxx/head`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user