What is Git
Git is free open source available on internet. It is open source distributed version control system. This tool is designed to handle everyting either you have small or large projects. It is created by Linus Torvalds in 2005. It is very popular these days due to its functionality, performance, security and flexibility.
Now we learn about Version Control Systems (VCS) and how Git came into picture. Version control is management of getting the values about changes to documents, computer programs and many collection of information with there all version.
Below are 2 types of VCS:-
(i)Centralized Version Control System (CVCS)
(ii)Distributed Version Control System (DVCS) | |