+[2015-09-08T22:02:40Z]marjoryso, 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]Infininightcan't really think what else that would mean +[2015-09-08T22:08:17Z]marjorywell, 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]shoerainhey, 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]shoerainor maybe something like "drive by commits are good for github"? I don't recall how I read it...
I don’t want to make any changes to my local repo just yet.
+[2015-09-09T01:11:34Z]VxJasonxVshoerain: 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]VxJasonxVdefinitely just a footnote, and nothing particularly specific about that point +[2015-09-09T02:32:02Z]paraghello 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]paraggithub.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