• TopRamenBinLaden@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    9 months ago

    Isn’t Git kind of naturally federated in a broad sense, just by the way it works? As long as someone has the source code they can always create another Git repo and share it.

    • Aniki 🌱🌿@lemm.ee
      link
      fedilink
      English
      arrow-up
      7
      ·
      9 months ago

      It’s easy to host a private git instance but if you’re on a federated git and I am on a federated git, we can still collaborate on projects vs. a private instance that might have all the features of github or gitlab but there’s no central authentication mechanism so there’s no way for each other to collaborate.

      gitea solves these problems.