On Fri, Jan 08, 2021 at 08:38:29AM +0000, "Markhof, Ingolf" <ingolf.markhof@xxxxxxxxxxxxxx> wrote: > Thanks for your comments and thoughts. > [...] > And you could not even store your source code on the UNIX > system. Instead, you'd be forced to do so in a separate system, like > GitHub. Stupid, isn't it? Right. > [...] > Regards, > Ingolf I don't think your conclusions are correct. There is nothing that can stop you from "storing your source code on the UNIX system". You don't have to use github. But even if you do you github, you would first need to store your source code on a file system, so that a local git repository could see it, and push it to github. You don't even have to use git if you really don't want to. cheers, raf