This Repo required for Asac labs class 2
Git is the most popular version control system in the world. It is a version control system records that makes changes to our code over time in a special database called repository. We can look at our project history and see who has made what changes when and why and if we screw something up we can easily revert our project back to an earlier state without a version control system we’ll have to constantly store copies of the entire project in various folders
command gives us all the necessary information
about the current branch (current place in git repository).
command Takes your files to the staging
area(adding files to staging area)
is like setting a checkpoint in the development process which you
can go back to later if needed(white changes to Git repository).
GitHub is a Git repository hosting service platform, which provides a web-based graphical interface GitHub helps every team member to work together on the project from anywhere and makes it easy for them to collaborate which helps people solve problems by building software together. It is an open-source community as the code became more visible across the organization and now anybody could contribute to it. GitHub is not only affordable but also it is a great open source community. It is a cloud based tool so the code becomes more visible across the organization, and anybody could contribute to it now.
Some of its significant features are as follows.