GH-900 · Question #49
What are the defining features of Git?
The correct answer is A. Distributed version control, open source software, and being designed for handling projects of any. Git's defining features are that it is a distributed version control system (every developer has a full copy of the repository), it is open source software (free to use and inspect), and it is designed to handle projects of any size with speed and efficiency (A). Git is not…
Question
What are the defining features of Git?
Options
- ADistributed version control, open source software, and being designed for handling projects of any
- BSequential version control, cloud-based hosting service, and being designed for collaboration on
- CLow-cost local branching, convenient staging areas, multiple workflows, and being designed for
- DCentralized version control, proprietary software, and being designed for small projects
How the community answered
(34 responses)- A94% (32)
- B3% (1)
- D3% (1)
Explanation
Git's defining features are that it is a distributed version control system (every developer has a full copy of the repository), it is open source software (free to use and inspect), and it is designed to handle projects of any size with speed and efficiency (A). Git is not sequential or centralized (B, D), not cloud-based or proprietary (D), and while local branching and staging areas are real Git features, they are not the primary defining characteristics compared to option A (C).
Topics
Community Discussion
No community discussion yet for this question.