What is Git?
Git is a version control system which means that we can develop our project in more than one way and later if needed we can merge the branches to the development.How is this useful?
This helps us in collaborating with other people and work together on different parts of project without conflicting with other's work. Also, each commit made is added with a message which helps us remember the changes made in the latest commit.Who should learn Git?
In my opinion, any group project(technical or not) can be done using git. So, since git is also easy to learn, I think everyone should learn git so that it becomes easy to do collaborative tasks when required.Links to learn Git easily
Tutorial by tutorialspointDo It Yourself by Github
Comments
Post a Comment