latest 20 messages by jeffmjack

+ [2016-05-14T16:14:23Z] jeffmjack shamefully fades into the shadows
+ [2016-05-14T16:14:07Z] jeffmjack .... just select from the dropdown at gihub- got it
+ [2016-05-14T16:11:37Z] jeffmjack (so I can just use my rsa key to authenticate)
+ [2016-05-14T16:11:12Z] jeffmjack that would fix it for a single repo, right? Is there a config setting I can use to tell it to default to ssh?
+ [2016-05-14T16:09:43Z] jeffmjack is there a way to make git default to ssh for github requests? Mine keeps using https and it keeps making my type my login:pass
+ [2016-03-22T16:00:41Z] jeffmjack right on, thanks tang^ !
+ [2016-03-22T15:59:13Z] jeffmjack and was my repo affected by that probably by the presence of symbolic links pointing to system files or something?
+ [2016-03-22T15:58:54Z] jeffmjack what is the global .gitignore and where is it? It just ships with git and has a list of system directories or something?
+ [2016-03-22T15:55:42Z] jeffmjack branch. I'm confused about the fact that the package manager was able to install files that made it to the ignored list without the repo even having a .gitignore file
+ [2016-03-22T15:55:41Z] jeffmjack I ran a package installer for a module, then tried git reset --hard HEAD and git still wouldn't let me switch branches, so I ran git clean -f, which got rid of the untracked files in my working directory, but I still couldn't switch out of that branch because I had changes to ignored files. So I ran git clean -f -d, then I could finally checkout a new
+ [2016-03-22T15:53:13Z] jeffmjack and is there a mechanism that makes git ignore files that isn't just listing them in .gitignore?
+ [2016-03-22T15:52:51Z] jeffmjack is it true that git reset --hard doesn't affect untracked and ignored files?
+ [2015-09-09T14:51:15Z] jeffmjack and, how do I do that?
+ [2015-04-04T00:45:49Z] jeffmjack of the MITM attack?
+ [2015-04-04T00:45:40Z] jeffmjack are all github employees on deck dealing with the cleanup
+ [2015-04-04T00:45:24Z] jeffmjack it's interesting, this chatroom seems more dead than it used to be
+ [2015-04-03T23:00:34Z] jeffmjack yeah setting remote origin to https://jeffmjack@github... did the trick for prompting for a password :)
+ [2015-04-03T22:53:33Z] jeffmjack yeah this is all command line..