开发者

How do I get the files from a public github repo pull request on my local computer?

开发者 https://www.devze.com 2023-04-03 09:00 出处:网络
How do I get the files from a public repo pull request on my local computer? A developer submitted a pull request to a public repo (to which I don\'t have w开发者_如何学运维rite access).

How do I get the files from a public repo pull request on my local computer?

A developer submitted a pull request to a public repo (to which I don't have w开发者_如何学运维rite access).

I want to test his code before I acknowledge the pull request.

How do I get the master of the public repo + his pull request on my local in order to compile and test it?


You can click the 'info' icon to get the git commands you need to run.

How do I get the files from a public github repo pull request on my local computer?

You can also get any pull request as a patch by appending .patch to the url. For instance:

https://github.com/github/github-services/pull/146.patch

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号