culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a .gitattributes file?

    Answers

    A file that defines attributes for Git users
    A file that defines how Git should treat certain filesCorrect
    A file that stores Git metadata
    A file that contains repository statistics

    A .gitattributes file defines how Git should treat certain files or file patterns. It allows options such as line-ending normalization, specific merge strategies, or marking files as binary.