+[2015-11-20T17:07:35Z]ThiefMasteralso, your pk should be in ~/.ssh/ which is outside your repo +[2015-11-20T17:07:36Z]malluHas anyone use GHE web hooks with slack? +[2015-11-20T17:12:42Z]toogleyThiefMaster: 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]TobbiWhere can I see the commits to master since a certain release? +[2015-11-20T17:48:36Z]TobbiIn github, I mean.
also, your pk should be in ~/.ssh/ which is outside your repo
+[2015-11-21T20:33:03Z]criticalcatSuppose 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]criticalcatmy/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]criticalcatguess I will find out when I force push +[2015-11-21T20:41:47Z]criticalcat: D +[2015-11-21T20:55:19Z]animalroamhello, I am new to github and would like to use it with someone to create a website