+ [2015-09-08T22:02:40Z] marjory so, my professor created a repo on github for each group in my class. he e-mailed us and says "at this point, someone should create a bare repo and others can clone it and start working from there" ...when you create a new Github repository, is this not a "bare repo" ?
+ [2015-09-08T22:04:49Z] Infininight can't really think what else that would mean
+ [2015-09-08T22:08:17Z] marjory well, there are bare repos in Git. i understand that part, i feel like i'm missing something on how Github handles bare repos
+ [2015-09-08T22:11:52Z] shoerain hey, i remember a blog post a while back about drive by commits increasing in number in github. I can't seem to find anything like it... anyone know of a link to this kind of stuff?
+ [2015-09-08T22:12:16Z] shoerain or maybe something like "drive by commits are good for github"? I don't recall how I read it...

message no. 110894

Posted by Luffha in #github at 2015-09-08T06:58:16Z

hi guys...any idea on this? http://stackoverflow.com/questions/32451191/jenkins-job-from-a-vagrant-puppet-image
+ [2015-09-09T01:11:34Z] VxJasonxV shoerain: two things I've found https://www.igvita.com/slides/2012/bigquery-github-strata.pdf and http://blog.leif.me/2012/09/github-testing/
+ [2015-09-09T01:11:49Z] VxJasonxV definitely just a footnote, and nothing particularly specific about that point
+ [2015-09-09T02:32:02Z] parag hello everyone here! I'm learning about git and github nowadays and got stuck in a problem now. I was trying to push some changes to a repository on github using git bash. Firstly, I used the command git remote add origin https://github.com/PARAG00991/ProjectLearnGit.git ..and then when i used git push -u origin master , it is saying fatal: unable to access
+ [2015-09-09T02:32:02Z] parag github.com: Name or service not known
+ [2015-09-09T02:32:02Z] parag 'https://github.com/PARAG00991/ProjectLearnGit.git/': Couldn't resolve host 'github.com'....I have set the SSH key also but still it is showing the same error...and even after reading on someone answer on google , I tried replacing the url with git@github.com:PARAG00991/ProjectLearnGit.git but now the error is coming as -- ssh: Could not resolve hostname