+[2015-05-22T20:06:32Z]snockertonis it possible to create a personal access token / authorization for access to -only- read-only on a single repo? +[2015-05-22T20:13:59Z]Seveasdon't think so +[2015-05-22T22:34:56Z]myndziis there an easy way i can filter out notifications from mentions from general notifications on a noisy repo? +[2015-05-22T22:35:23Z]deadmundbranch entirely. Is this rude? Does it look like I'm stealing his work? +[2015-05-22T22:35:23Z]deadmundI 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
how do I delete all the files in my master branch?
+[2015-05-23T02:41:34Z]pabs3how do I get github to send me an email when I file an issue? +[2015-05-23T02:45:11Z]pabs3or can I file issues via email? +[2015-05-23T03:51:09Z]flight16_I’m a Git newbie and have myself really confused. I forked a repo a while back and now I’m trying to sync my fork. +[2015-05-23T03:51:38Z]flight16_I have flight16/jrnl, forked from master/jrnl. master/jrnl has branch 2.0, but flight16/jrnl doesn’t. +[2015-05-23T03:52:05Z]flight16_I want to fork/clone/copy master/jrnl 2.0 into flight16/jrnl 2.0, creating the new branch 2.0.