The discussion about the difference between Git and Github - TechRepublic
General discussion
August 30, 2021 at 04:16 PM
glahiri1412

The discussion about the difference between Git and Github

by glahiri1412 . Updated 4 years, 9 months ago

GIT GITHUB
1. It’s a software. It’s a service.
2. GIT helps you to track changes in source code over time. GITHUB provides hosting services for GIT repository
3. It can be installed on the system locally. It can be hosted on the web.
4. It is a command-line tool. It has a graphical user interface.
5. It keeps track of code changes in a repository. It serves as a platform for bringing teams together in a collaborative endeavor.

This discussion is locked

All Comments