Git is a Distributed Version Control System (DVCS) created by Linus Torvalds for Linux Kernel in 2005. Git created to manage and track changes of your software project. Git originated as a command-line program and later onwards various visual interfaces developed for Git like in Visual Studio. It is easy to interact with Git through visual interface over interacting with Git command-line.
Here I am listing some advantages of Git source control.
You can download Git at https://git-scm.com/downloads for Windows, Mac, and Linux.
tags:
git DVCS, git source control, what is git