What is a Git and GitHub?
Sachin kumara Liyanage
4:25 AM
0
Git is an open-source version control system which was started by Linus Trovalds. It helps you to manage your source code which means each change that you make to a source code is recorded in its history. Version controlling system helps to store the changes or modifications in a central repository...