Podcast
Questions and Answers
What does Git leverage to enable non-linear development?
What does Git leverage to enable non-linear development?
- Rapid branching (correct)
- Central repository
- Distributed system
- Project history
How does Git ensure data security?
How does Git ensure data security?
- By mirroring the repository on each version pulled (correct)
- By holding a central repository
- By using rapid branching
- By rewinding to any revision
What does Git enable users to do?
What does Git enable users to do?
- Work simultaneously on the same project (correct)
- Access the central repository from all over the world
- Rewind to any revision
- Store all revisions in a project history