It is normal for developers to save different versions of their work, track changes, make changes, and collaborate; this is the work of Git.




What is Git


Git is a version control system that lets one:


Track changes
Go to earlier code versions
Collaborate
Save code online on GitHub





Steps





Step 1: Installing Git...