In the market there are lot of tools available for version controlling but one of the widely used tools is GIT. This is an open source tool and freely available to use.
Git is a distributed version control system, meaning if there are multiple developers working on a project, all developers get their own local repository with a full history of commits.
When we have a distributed team working around the world, it becomes important for those developers to collaborate and they should be able to get the codes of each other in central repository.
So to facilitate this, GitHub comes into picture which provides a cloud platform to host our git repository, which can be accessed by multiple developers.
You can freely create an account on GitHub and can host unlimited public repositories there. But there is some limit to hosting a private repository in a free account. But don’t worry, for learning purposes there is no need to create private repository.
So now you have basic understanding about the flow of GIT and GitHub.
Let’s look, how we can use it with VS Code.
You can download the project source code from below link
https://github.com/webtrainer-in/HSPA/archive/master.zip .
You can support me by donating on
https://www.buymeacoffee.com/studymash
Thanks
Studymash