Beginner Git & Version Control
Q1 / 100

What is Git?

Correct! Well done.

Incorrect.

The correct answer is B) A distributed version control system for tracking changes in source code

B

Correct Answer

A distributed version control system for tracking changes in source code

Explanation

Git is a distributed version control system that tracks changes to files over time, allowing multiple people to collaborate on a project and revert to previous states if needed.

Progress
1/100