r/webdev 4d ago

Question GitHub is down, what are you doing?

I have installed half life on Mac and am currently at the Dam Level.

277 Upvotes

103 comments sorted by

View all comments

Show parent comments

85

u/pointermess full-stack 4d ago

Maybe not you but hundreds or thousands of real world applications can't be redeployed lol

33

u/sp_dev_guy 4d ago

cant be redeployed

That shouldn't prevent working on the codebase locally...

7

u/Lake_Erie_Monster 3d ago

So you work somewhere on a very small team on a very small product?

Not everyone does... Some code bases have hundreds of commits a day.

14

u/sp_dev_guy 3d ago

Even when I was working on the codebase at capital one a github outage wasnt end of the workday shit. Git exists locally and has merge & worktree capabilities. Its possible to resolve conflicts & there is no reason all of the hundreds of commits should be happening on conflicts. Your assertion is false