I want to make use of this feature — https://github.com/xetorthio/jedis/pull/160. Although this issue has been closed, it has not been merged with the master. Is it possible to clone the master on my local machine and merge pull request #160 on my local copy? If so, how can I do it?
Master branch is https://github.com/xetorthio/jedis
Thank you.
First, keep in mind that this pull request has been closed because:
So your merge might come in conflict with a future patch which will be merged to
master.That being said, a pull request is a patch, so you can view it as a diff (select
diffbutton on the pull request page), copy those diffs in a patch file, and apply it to your local repo (as in “How to applygit diffpatch?“)