In a distributed version control system like Git, each contributor has a local copy of the ________.
- Branch
- Repository
- Staging Area
- Working Directory
In Git, each contributor has a local copy of the repository. The repository contains the entire project history and all the branches.
Loading...