Every pull request in GitHub can be downloaded just by appending ".patch" to the URL.
Example:
https://github.com/php/php-src/pull/296
To:
https://github.com/php/php-src/pull/296.patch
Then you can download and apply git patch in this way:
$ git apply 296.patch
Do you need help with your project?
Find out how I can help you
Write an email or arrange an appointment
Contact Me