The .git/_______ directory contains all of the necessary repository metadata for Git.
- index
- objects
- hooks
- refs
In Git, the .git/objects directory stores all the necessary repository metadata, including object data such as commits and trees. The correct option is ' objects'.
Loading...
Related Quiz
- Which file in a Git repository typically contains a list of files to be ignored?
- You're working on a feature in a separate branch and want to include recent changes from the main branch. What Git strategy should you use?
- Code reviews are often performed on the changes in a _______ before they are merged into the main branch.
- What is the difference between git reset and git revert?
- What is a unique feature of GitLab compared to GitHub and Bitbucket?