culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command is used to initialize a Git repository?

    Answers

    git start
    git create
    git initCorrect
    git begin

    The git init command is used to initialize a new Git repository in a directory. It creates a .git subdirectory containing all the files needed for the repository and establishes the basic Git structure.