General discussion
-
Topic
-
The discussion about the difference between Git and Github
LockedGIT 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.
All Comments
Viewing 0 reply threads