Hacker News new | ask | show | jobs
by ispolin 4712 days 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.

1 comments

Bad 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.
That'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. :-)