+[2016-10-31T19:05:18Z]p_dhow do I add two files at once in git cui? for ex like we do- git add filename.xyz? +[2016-10-31T19:07:50Z]danimal2p_d just highlight both files...use ctrl key or shift +[2016-10-31T19:13:58Z]yhhkodanimal2: 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]danimal2i see, thanks yhhko. thought it was something like that. i'll give it a go :) +[2016-10-31T23:00:37Z]bjpennis the github auth jenkins plugin secure
Different from `git add -a` in that it also adds untracked files
+[2016-11-01T02:53:19Z]gh-status[Yellow] We are investigating a high number of exceptions on GitHub.com. +[2016-11-01T03:16:49Z]copumpkinI 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