culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command is used to send local changes to a remote repository?

    Answers

    git upload
    git send
    git pushCorrect
    git publish

    The git push command is used to send local commits to a remote repository. It updates remote references along with the associated objects, allowing you to share changes with other collaborators.