culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command is used to clone a repository in Git?

    Answers

    git pull
    git cloneCorrect
    git fetch
    git copy

    The git clone command is used to copy a remote repository to your local machine.