message no. 136123
Posted by jhass in #github at 2016-05-21T23:54:39Z
benneh: add a remote for the upstream repo in your local repository, git fetch upstream; git checkout -b my_feature_or_fix upstream/master; git cherry-pick <commit-sha>; git push origin my_feature_or_fix; then go the new branch on github and open a pull request