Does anyone know about such a platform? I googled a bit there is some white paper on gitlab https://gitlab.com/federated-git-platform/whitepaper but did not find anything concrete.
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.
Thank you, integration with activitypub is what i was after!
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.
Yes, it’s called email. Run
git send-email
as Linus intended.
The only correct way of collaboration and sharing code.
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”.
For increased distribution you can use IPFS to host got repos as well (https://docs.ipfs.tech/how-to/host-git-repo/).