• d_k_bo@feddit.de
    link
    fedilink
    English
    arrow-up
    43
    ·
    4 months ago

    Git itself is already distributed. For federated issues/pull requests, there is the ActivityPub extension ForgeFed. Forgejo ist actively working on implementing it.

    • PlexSheep@feddit.de
      link
      fedilink
      English
      arrow-up
      5
      ·
      4 months ago

      There is a rudimentary git server with federation support as a POC, but it’s not there yet. I’m Selfhosting Forgejo, it works really well, but AP integration isn’t really in it yet.

  • maynarkh@feddit.nl
    link
    fedilink
    English
    arrow-up
    29
    ·
    4 months ago

    Git is already distributed. Maybe there should be a way for forge software like GitLab or GitHub to fork stuff from each other via UI, but you can already do that by cloning and pushing the repo to somewhere else.

  • Atemu@lemmy.ml
    link
    fedilink
    English
    arrow-up
    26
    arrow-down
    2
    ·
    edit-2
    4 months ago

    Yes, it’s called email. Run

    git send-email
    

    as Linus intended.

    • WbrJr@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      4 months ago

      The only correct way of collaboration and sharing code.

  • Strit@lemmy.linuxuserspace.show
    link
    fedilink
    English
    arrow-up
    15
    ·
    4 months ago

    Both gitlab and gitea/forgejo has plans to add federation. But it’s been planned for years now and I’m not sure how close we are to actually getting it.

    Besides, git itself is federated as you create copies of repositories on your computer, just like anyone else. It’s just not very “discoverable”.

  • wargreymon2023@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    4 months ago

    Git is distributed, but

    1. so do many vcs created after git, eg. hg, pijul

    2. a platform that hosts the repos and issue trackers is different tool.

    Security is the main problem here, you normally don’t visit a random host to download the software from, just like you don’t put money on a random unknown bank/stock. That’s the reason I think it is not being federated yet, bc you want to stick with the trusted instance you pick anyway even if it is federated, but then there is not much difference for the host to host the platform without fediverse.