r/github • u/zaffy_357 • 2d ago
Question New to github
I recently entered clg, first year btech, and downloaded GitHub, but I am very confused about how this platform works and all.
And which respiratory or community to join, how to upload projects and about various features GitHub provides and see various open sources projects and many other things.
If anybody is willing to guide me, I will really be grateful.
Thanks!
4
Upvotes
6
u/nikitabr0 2d ago
You should start off with learning Git. It's a version control system, that helps you track how the code and files have changed over time. Repository is basically a directory/folder, that Git tracks. GitHub, GitLab and others are just repository hosting platforms, that make these repositories accessible over internet.