Beginner
Git & Version Control
Q3 / 100
What is a "repository" (repo) in Git?
Correct! Well done.
Incorrect.
The correct answer is A) A storage location containing a project's files along with the complete history of changes made to them
A
Correct Answer
A storage location containing a project's files along with the complete history of changes made to them
Explanation
A Git repository contains both the project's files and a complete, versioned history of all changes (commits) made to them, stored in a hidden ".git" directory.
Progress
3/100