GitHub Introduction
When we start tutorial of Git, GitHub is an important role in Git. GitHub is a repository hosting service for Git. Here GitHub also facilitates with many of its important features, just like access control and collaboration. And this will also provides a Web-based graphical interface.
Now come to some history about the GitHub, it is an American company. And GitHub hosts source code of your project in the form of different programming languages and mainly keep track of various changes made by different programmers.
GitHub will offers both SCM(Source Code Management) and DVC(distributed Version Control) functionality of Git. And another feature where GitHub will help is that it also facilitates with some collaboration features just like Bug tracking, feature requests and task management for every project. | |