When working with pull requests it is easy to use git fetch to get a
single pull request locally. Explain how to do this before detailing
how to edit the .git/config file for fetching all pull requests.
When working with pull requests against fedora packages, using the simpler git fetch method is very convenient because it requires no modifications to the .git/config file. Document that simple method before expanding upon it further with how to fetch all pull requests.
While I was here, I made a minor grammatical improvement to the surrounding text ('as follow' -> 'as follows').
When working with pull requests it is easy to use
git fetchto get asingle pull request locally. Explain how to do this before detailing
how to edit the
.git/configfile for fetching all pull requests.When working with pull requests against fedora packages, using the simpler
git fetchmethod is very convenient because it requires no modifications to the.git/configfile. Document that simple method before expanding upon it further with how to fetch all pull requests.While I was here, I made a minor grammatical improvement to the surrounding text ('as follow' -> 'as follows').