On Saturday, December 3, 2016 at 8:32:15 AM UTC-8, Tim Schofield wrote: > > On 3 December 2016 at 15:53, Derell Licht <[email protected] > <javascript:>> wrote: > > > The I attempted to create the remote repository, and push my repository > to > > it: > > > > C:\SourceCode\win32\LedScroll Yes, Master?? > git remote add origin > > https://github.com/DerellLicht/LedScroll.git > > > > This command is creating a reference to a remote repository, it > doesn't create the remote repository itself. This has to be done on > the server itself, be it Github, your own internal server, or any of > the other companies offering git hosting. > > Note: Github is just one of many companies (albeit the best known) > offering Git hosting. > > Thanks > Tim >
Ahhh... interesting... I thought I could do the entire process from my local machine. Okay, thanks for the clarification. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
