I want to use a github project (mgsplitviewcontroller). Unfortunately the owner does not appear to be accepting changes. There are several pull requests that I would love to merge in, but being new to github I can’t figure it out.
What I would expect:
- I fork the project
- I review and inspect the pull requests from the original
- I merge in the pull requests that I want to accept
Forking is easy, but once I have done that, I can’t get at the pull requests for the original.
I have read this answer on how to apply the patches to my local copy, but it does not tell me how to get the URL’s for the patches, and I can’t seem to find that in the github site.
Just add a
.patchat the end of the pull request url on the original project.For example, if the url for the pull request is
https://github.com/manojlds/Toggler/pull/1, you can get the patch athttps://github.com/manojlds/Toggler/pull/1.patchEdit: The answer that you point to says the same. Just add the
.patch, and pipe it intogit am