culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is the purpose of the git fetch command?

    Answers

    To synchronize remote changes with your local repositoryCorrect
    To delete branches
    To make a commit
    To merge branches

    git fetch is used to download changes from the remote repository without merging them automatically.