latest 2 messages by deadmund

+ [2015-05-22T22:35:23Z] deadmund branch entirely. Is this rude? Does it look like I'm stealing his work?
+ [2015-05-22T22:35:23Z] deadmund 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