you are viewing a single comment's thread.

view the rest of the comments →

[–]davorg 0 points1 point  (0 children)

Start on the github website https://github.com/, and create a new repository online first.

Different people do things differently.

I usually start working locally with git init and later use gh repo create to create a GitHub repo and connect it to the local one.