message no. 94622
Posted by deadmund in #github at 2015-05-22T22:35:23Z
          I have a project on github.  Someone made a pull request with two commits in it.  I want to include one of the commits (but not the other).  I have already done git checkout master and then git cherry-pick <hash of wanted commit from pull request>  Now I added some changes on top of that.  I'm ready to commit what I have.  Normally I would git merge but now I'm just committing a new node to my master branch and ignoring the contributor's