Posted January 23, 2023
vv221: I would be curious to learn what is the "good reason" behind centralization of a lot of open-source code on GitHub.
I don’t understand. The whole idea of Git is that it is a distributed and decentralized versioning system. If GitHub shuts down this moment, half an hour later the developers can have their code (with the whole history of changes) hosted on GitLab or BitBucket. In Git there is no single central server - contrary to CVS or SVN, used on SourceForge. GitHub is popular, because it is probably the easiest to work with - but it doesn’t mean there are no other solutions. For example, many corporation hosts their own GitLab service internally.
Post edited January 23, 2023 by C64Roman