+[2019-03-06T18:11:29Z]Boobiehttps://github.com/isaacs/github/issues/170 +[2019-03-07T14:00:24Z]novumis this the beginning of the end? I can't see some comments when I am not logged in. Also, I just used the ddg bang !gh mucomplete to search for the very popular vim plugin, mucomplete, and was not able to navigate to the repository. wonderful. wonderful. +[2019-03-07T14:39:15Z]cousin_luigiGreetings. +[2019-03-07T14:40:10Z]cousin_luigiAfter creating an organisation, can I import a private project of mine without converting it and without passing from an external machine? +[2019-03-07T15:29:34Z]roiredXgood day
+[2019-03-08T00:44:08Z]Shaba1Can on use git just on ones hard drive to keep track of program changes when you are writing a program. I know you can upload to a "repo" but I really just want to track my own version changes +[2019-03-08T01:39:26Z]blebif i have a bunch of small changes for a project, is it best to make a different branch and PR for each commit, as long as they are independent? +[2019-03-08T01:39:56Z]blebor would maintainers tend to prefer a collection of fixes to be in a single PR +[2019-03-08T01:50:08Z]nedbatShaba1: sure, just use a local git tree +[2019-03-08T01:50:28Z]nedbatbleb: it depends, but i'd guess it's safer to make separate pull requests.