culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command is used to synchronize changes between a local and a remote repository?

    Answers

    git fetchCorrect
    git sync
    git update
    git clone

    git fetch is used to synchronize and download changes from a remote repository to the local one.