开发者

How to merge/fetch issues/pull requests from upstream to my fork

开发者 https://www.devze.com 2023-03-13 11:45 出处:网络
How to merge/fetch issues/pull requests from upstream to my fork ? I want to apply开发者_StackOverflow PullRequest, but I\'m not sure how can I fork the Pull-request from upstream ?

How to merge/fetch issues/pull requests from upstream to my fork ?

I want to apply开发者_StackOverflow PullRequest, but I'm not sure how can I fork the Pull-request from upstream ?

Or I need add requester repository ?


Check out this article. The basic premise is to add a remote (git remote add upstream https://github.com/otheruser/repo.git) for the upstream repo. This gives you easy access to any commits (PRs, etc) from that repo

0

精彩评论

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

关注公众号