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

Leave a comment

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