← Back to context

Comment by divbzero

17 hours ago

I really like the idea of distributed forges, but am not familiar with viable solutions for federation. Are there good options available right now? Or at least a not-terrible option?

(Edit: Turns out there’s a very obvious and widely used option. git format-patch + git send-email is used to develop major open source software such as Linux, GCC, and Git itself.)

Another way is to host your own fork on your own server, and send an email saying "hey please pull from this URL and merge if you like the changes"