• perishthethought@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    https://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows

    In contrast with Centralized Version Control Systems (CVCSs), the distributed nature of Git allows you to be far more flexible in how developers collaborate on projects. In centralized systems, every developer is a node working more or less equally with a central hub. In Git, however, every developer is potentially both a node and a hub; that is, every developer can both contribute code to other repositories and maintain a public repository on which others can base their work and which they can contribute to.