Problem understanding difference between Git and GitHub

Hi @rohu

Git is a version control system. GitHub is a web portal built on top of Git with additional features.

There are many solutions built on top of Git and providing additional features like GitHub, GitLab, Gitea, Gerrit, Azure DevOps, AWS CodeCommit, BitBucket, … They all use Git under the hood to store your code.

2 Likes