• @[email protected]
    link
    fedilink
    -21 year ago

    For each project there is one authoritative instance, one “server” that everyone pushes to. Otherwise you get chaos.

    • @[email protected]
      link
      fedilink
      91 year ago

      That’s not a git thing though. You can totally have multiple remotes and the remotes are just git repositories themselves. Git is 100% decentralized. There is technically nothing stopping you from having multiple remotes.

    • @[email protected]
      link
      fedilink
      English
      5
      edit-2
      1 year ago

      That may be how you use it, but that’s not baked into git. See my previous response. There’s a bunch of FUD in this thread for some reason.

      • @[email protected]
        link
        fedilink
        01 year ago

        If you want to work with the original project, you have to push to the server that controls the original project.

        • @[email protected]
          link
          fedilink
          English
          31 year ago

          No you don’t, you can just fork it, add a commit, and walk away, and everyone can decide which one they want to clone