culTest

    One of the 25 questions in this topic

    How much do you know about Git & GitHub: Branches and Collaboration?

    What is the .git/config file used for?

    Answers

    To store code.
    To store repository-specific configuration, such as remote URLs.Correct
    To list ignored files.
    It is a secret file that should not be opened.

    It contains local settings that override global Git configuration.