culTest

    One of the 24 questions in this topic

    How much do you know about Git & GitHub: History Engineering and Automation?

    What is a bare repository?

    Answers

    An empty repository.
    A repository with no working directory, typically used on servers to share code.Correct
    A repository without security.
    A repository only for images.

    It contains only the Git database, .git, and not editable working files.