culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a remote repository in Git?

    Answers

    A copy of the repository on a different serverCorrect
    A repository that can only be accessed remotely
    A special branch for remote development
    A repository outside the local network

    A remote repository in Git is a version of the project hosted on the internet or another network, allowing collaboration among multiple developers. It serves as a central point where changes can be shared and work can be synchronized.