culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What does the git remote command do?

    Answers

    Sends work to the server
    Manages remote connectionsCorrect
    Synchronizes commits
    Shows history

    git remote is used to manage connections to remote repositories.