The ___________ file in a Git repository contains metadata about the project.
- index
- config
- log
- HEAD
The correct option is "config." The ".git/config" file in a Git repository contains configuration settings specific to that repository. These settings can include information about remote repositories, branch settings, user credentials, and more. Modifying the configuration file can customize how Git behaves for that particular repository.
Loading...
Related Quiz
- The ________ layer of the OSI Model is concerned with establishing, maintaining, and terminating sessions between devices.
- The ___________ property ensures that subproblems are independent and can be solved separately in dynamic programming.
- Explain the concept of ACID properties in the context of transactions in RDBMS.
- Code ___________ tools analyze code for potential issues and violations of coding standards.
- External fragmentation occurs when there are many small free ___________ scattered throughout the memory.