Prerequisites
Ability to basic commands in command prompt of you OS.
What is Git?
Git is a Open Source version control system that tracks any history of changes been made to code on a project. It’s used to ensure there are no code conflicts between developers when working on project and allows developers to revert and go back to an older version of the code.