+[2015-03-09T20:23:28Z]FrozenFireSo that doesn't really scale +[2015-03-09T20:24:13Z]FrozenFireWriting a "wall of shame" playbook in ansible that looks through all accessible data for bad practices (no 2FA, using password auth on servers, etc). +[2015-03-09T20:24:29Z]FrozenFireTrying to get this client to beef up on security for individuals. +[2015-03-09T20:30:37Z]FrozenFireBah. You guys are right. I'll just force the person using this to create a token. :P +[2015-03-09T21:24:12Z]tortalrequest for student pack pending since feb 22... why the long wait?
Do the contributions disappear when an organization removes you?
+[2015-03-10T00:19:33Z]sonOfRahttps://developer.github.com/v3/activity/events/types/#pullrequestevent is the synchronized action the adding of additional commits from the branch that is tracked by the PR? +[2015-03-10T01:35:53Z]MuchozI can't seem to edit the language on a Gist for some reason. I edit the file, set the language to shell and press 'Update Gist' and it doesn't change it. When I go back to the editing page it's back to 'Text'. +[2015-03-10T01:38:07Z]MuchozCreating a new gist and setting the language to shell doesn't change it either. Is this a bug? +[2015-03-10T08:24:24Z]parkwow13excuse me. i have one.txt two.txt three.txt , after i made branch 'testprogit' and checkout to this. i remove one.txt to testprogit and commit. then i merge master from testprogit. but conflict one.txt. i want not remove one.txt to master. and i want not create to testprogit. how solve this? +[2015-03-10T08:27:10Z]parkwow13just remove one.txt to master. after merge. then create one.txt...?....