+ [2019-03-06T18:11:29Z] Boobie https://github.com/isaacs/github/issues/170
+ [2019-03-07T14:00:24Z] novum is 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:40:10Z] cousin_luigi After 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] roiredX good day

message no. 170326

Posted by novum in #github at 2019-03-07T14:00:24Z

is 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-08T00:44:08Z] Shaba1 Can 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] bleb if 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] bleb or would maintainers tend to prefer a collection of fixes to be in a single PR
+ [2019-03-08T01:50:08Z] nedbat Shaba1: sure, just use a local git tree
+ [2019-03-08T01:50:28Z] nedbat bleb: it depends, but i'd guess it's safer to make separate pull requests.