culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a submodule in Git?

    Answers

    A subdivision of a code module
    A Git repository inside another Git repositoryCorrect
    A secondary branch
    A special type of commit

    A submodule in Git is a Git repository contained inside another Git repository, allowing external code to be included and versioned as part of your project. Each submodule keeps its own independent history and points to a specific commit.