Git is a version control system. Version control, also known as source control, is the practice of tracking and managing changes to software code. Version control systems are software tools that help software teams manage changes to source code over time.
Git is used for:
Tracking code changes
Tracking who made changes
Coding collaboration






