Time for community git to somehow be federated like lemmy.
Already being worked on for a while. It's called ForgeFed and being developed by Forgejo (the software powering codeberg). It's an extension to the ActivityPub protocol, which is also powering the fediverse.
dohpaz42@lemmy.world 2 days ago
Git has always been decentralized. That was one of its purposes. Sites like GitHub, Gitlab, etc actually went against the grain and centralized them; I personally believe this helped popularize git back in the days of CVS and Subversion being the two most popular version control systems.
Git patches were made to be email friendly as a means of distributing code between developers — it’s how the Linux kernel does it (or did, I’m not up to date on their current practices).