GitHub down
21–30 of 198 posts
Re: GitHub down
#22Re: GitHub down
#23Re: GitHub down
#24We centralized a decentralized version control system.
You can still work with your colleagues by pushing and pulling your own repos without involving GitHub. I think centralised CI is the real problem. I don't have the compute power in my home to run our full test suite, so I can't push with confidence without my CI cluster.
Re: GitHub down
#25Re: GitHub down
#26Re: GitHub down
#27We centralized a decentralized version control system.
Yes, git still works. But we don't just rely on the features git provides.
Re: GitHub down
#28Re: GitHub down
#29Re: GitHub down
#30Regarding the centralized nature of Github: it is the centralized communication that is a problem, not the ability to share code. I can easily send a patch to somebody on my team, but that doesn't help me review a PR, reply to comments, trigger a CI build, or initiate a deploy.
Code sharing is only a small part of what a team relies on Github for.