Difference between Git and Github


Git Github
Git is Version Control software that runs locally on our machine. Github is a service that hosts Git repositories in the cloud and makes it easier to collaborate with other people.
We do not need to register for an account. We need to sign up for an account to use Github service.
We do not need internet to use it. It's an online place to share work that is done using Git.