culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command is used to record changes in the repository?

    Answers

    git save
    git commitCorrect
    git push
    git record

    The git commit command is used to record staged changes in the repository. It creates a new commit with a descriptive message, saving a point in the project's history that can be revisited later.