How does Git store data?
- Git stores data in a centralized database.
- Git stores data in a distributed manner.
- Git stores data in a local cache.
- Git stores data in a relational database.
Git stores data in a distributed manner. Each user's local repository contains the entire history and data, making it highly efficient and capable of functioning independently even without a network connection.
Loading...
Related Quiz
- How does Git support distributed teams in handling merge conflicts?
- How does the 'shallow clone' feature in Git help with large repositories?
- A developer frequently uses long and complex Git commands. Which feature of Git can they use to create shortcuts for these commands?
- A company uses Git for both application code and database version control. How should they structure their repositories to manage changes effectively?
- A team wants to automatically test and deploy features as soon as they are pushed to a specific Git branch. Which CI/CD practice aligns with this?