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 an existing Git repository?

    Answers

    git copy
    git cloneCorrect
    git download
    git duplicate

    The git clone command is used to create a local copy of an existing Git repository. It copies all repository data and version history from the remote repository, allowing you to work with it locally.