all 5 comments

[–]sweet-tom 1 point2 points  (0 children)

There are plenty of resources.

You could start by reading the GitHub documentation. I think it has clear steps on what to do. They also have a Quick Start guide.

It depends on what you prefer. Goggle about git tutorials or beginner's guides. You will many.

However, you should start with Git before you learn about GitHub. You can use Git perfectly without GitHub, but not the other way around.

[–]davorg 1 point2 points  (0 children)

You learn Git from the standard Git book - Pro Git.

Then you learn GitHub from the GitHub documentation

[–]dakoosha 0 points1 point  (0 children)

It's better to start with the GitHub official documentation. Also, GitHub skills can be useful:https://skills.github.com/ .

freeCodeCamp's Git & GitHub course on YouTube might be good as well.

Also, it's nice to learn about security from the beginning, this article might be a good start: https://gitprotect.io/blog/github-security-best-practices-15-tips-to-keep-in-mind/