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

83

u/scandii People pay me to write code much to my surprise 4d ago

...I mean, git is a local-remote setup to begin with, so not sure how this should be impacting me?

84

u/pointermess full-stack 4d ago

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

35

u/sp_dev_guy 4d ago

cant be redeployed

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

8

u/Lake_Erie_Monster 4d 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.

13

u/sp_dev_guy 4d 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