Hacker News new | ask | show | jobs
by adamsmith143 1548 days ago
Is it really though? Are engineers committing so frequently that they can't make it through a few hours without Github?
5 comments

GitHub doesn't just host Git repositories. It's the central location for discussions, issues, code reviews, milestone planning, and any CI process like testing or releases. If it's unavailable whole teams can be interrupted.

Git is distributed. GitHub is very much not.

It depends on how many engineers you have! But also, there are plenty of other functions in GH besides raw git, like Wiki/PR/Issues/test/deploy pipelines, etc. It can become pretty critical.
Yes
Maybe they measure performance in git commits.
An outage of a few hours can tank a release deadline for me, so yes.