culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command lets you send changes to a remote repository?

    Answers

    git pushCorrect
    git pull
    git fetch
    git send

    The git push command is used to send local changes to a remote repository.