Articles → GIT → Difference Between GIT And Github
Difference Between GIT And Github
Git
- Git is a version/source control software used to manage the changes in the document, software code and other collection of information.
- Git maintains the history of the information.
- Git is a software installed on the system.
Github
- Github is a repository for storing files.
- Git is an online service that pushes file from local system to github.