+ [2015-11-20T17:07:35Z] ThiefMaster also, your pk should be in ~/.ssh/ which is outside your repo
+ [2015-11-20T17:07:36Z] mallu Has anyone use GHE web hooks with slack?
+ [2015-11-20T17:12:42Z] toogley ThiefMaster: well, i've recently read a post in which a "ext:[...] PRIVATE KEY" (but i forgot the exact extension) listed about 5000 files with uploaded private keys. that made me fear to do accidently the same thing
+ [2015-11-20T17:48:29Z] Tobbi Where can I see the commits to master since a certain release?
+ [2015-11-20T17:48:36Z] Tobbi In github, I mean.

message no. 120860

Posted by Tobbi in #github at 2015-11-20T17:48:36Z

In github, I mean.
+ [2015-11-21T20:33:03Z] criticalcat Suppose I forked an upstream repo, committed a couple of changes to my/master, created a pull request to integrate my/master to upstream/master, further changes were made on upstream/master, I merged upstream/master into my/master (not realizing that this merge would show up on the PR, that I should have branched to make the change), closed the PR, and want to clean up my/master. Locally it looks better after creating a branch
+ [2015-11-21T20:33:03Z] criticalcat my/masterundo from the crappy master and creating a branch my/smallchange branch, and doing "git branch -f master HEAD~24" to put my/master back the way it was before I started mucking around. Question: what will happen to the (closed) PR that was suggesting a merge from my/master to upstream/master when my/master's about to be overwritten?
+ [2015-11-21T20:41:43Z] criticalcat guess I will find out when I force push
+ [2015-11-21T20:55:19Z] animalroam hello, I am new to github and would like to use it with someone to create a website