5 ms·
Good thing about decentralized version control systems is that they're decentralized. I hope github can deal with today's issue without too much trouble, but i
by ispolin 13y ago
Good thing about decentralized version control systems is that they're decentralized.
I hope github can deal with today's issue without too much trouble, but it's not a major inconvenience to me and the rest of my company's devs. We can just push and pull changes to some convenient in-house server via ssh to sync up our work.
- dpcx 13y agoBad thing about github is that people tend to use it in a non-decentralized manner. In our case, all of our deploys do a clone from github.
- ispolin 13y agoThat's true, it's a problem when you depend on having the repository at a specific location or depend on something that's not in the repo, like wiki or issue tracking, as mentioned in the other comments. I just wanted to express my appreciation that github being down is not as big an issue for most people as it would be if github was cvshub or svnhub. :-)