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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *