Question 066
### What is the meaning of the word `distributed` in distributed version control system?
> https://about.gitlab.com/topics/version-control/benefits-distributed-version-control-system/
1. [x] It means that developers can have a full copy of the repository and its history on their local machine.
1. [ ] It means that tasks among the team members using the system are easily distributed.
1. [ ] The term refers to the peer-to-peer sharing of code files among users.
1. [ ] It means that the codebase is distributed across multiple servers for load balancing.