+ [2016-10-31T19:05:18Z] p_d how do I add two files at once in git cui? for ex like we do- git add filename.xyz?
+ [2016-10-31T19:07:50Z] danimal2 p_d just highlight both files...use ctrl key or shift
+ [2016-10-31T19:13:58Z] yhhko danimal2: you should add his repository as a remote to your local repository, and then cherry-pick the commit that you want on top of your branch --- then you can optionally push that commit onto your github repo
+ [2016-10-31T19:14:41Z] danimal2 i see, thanks yhhko. thought it was something like that. i'll give it a go :)
+ [2016-10-31T23:00:37Z] bjpenn is the github auth jenkins plugin secure

message no. 155237

Posted by Intee in #github at 2016-10-31T01:20:39Z

I just deleted the whole local and github repo and started again.
+ [2016-11-01T02:53:19Z] gh-status [Yellow] We are investigating a high number of exceptions on GitHub.com.
+ [2016-11-01T03:16:49Z] copumpkin I assume it's expected right now that github is rejecting my pushes?
+ [2016-11-01T03:38:12Z] bn_ hi, is there no way to edit an anonymous gist w/o pushing (uploading) a revision (from the CLI)?  ie:  is there no inline editor after the initial commit?  
+ [2016-11-01T03:39:31Z] bn_ (I took a look at https://help.github.com/articles/creating-gists/ but didn't see anything mentioned about it)
+ [2016-11-01T03:40:44Z] bn_ it mentions that it uses the "ACE editor" but I don't see the editor anymore after the initial paste/commit