Submodule 1.2: Version control. Git - Github
What is Git?
Git
is a Version Control System for tracking changes in computer files and coordinating work on those files among multiple people.
Git was created by Linus Torvalds in 2005 for development of the Linux kernel, with other kernel developers contributing to its initial development.
Git is already installed on your computer. To verify it, open your Terminal and write git --version
. The version of Git will appear on your screen as result of this command.
Exercise
- What version of Git does your computer have?
git version: 2.7.4