Post
Topic
Board Development & Technical Discussion
Re: GitHub is shitty, why not a decentralized solution?
by
igordata
on 13/08/2019, 12:09:28 UTC
Git is decentralized as is. It stores all the history locally and sends a copy to GitHub AND/OR any other repo you would like. GitHub is just a part of decentralized git ecosystem. It simplifies communication. But I agree - it is good to use more than one repository. And in case of Bitcoin code it is crucial to use several different private repos owned by different people.