culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What does the git init command do?

    Answers

    Creates a new empty repositoryCorrect
    Deletes a repository
    Synchronizes a repository
    Copies a repository

    git init is used to create a new empty repository on your local machine.