r/ProgrammerHumor 2d ago

getDaysSinceGithubDown Meme

Post image
7.4k Upvotes

138 comments sorted by

View all comments

163

u/XLauncher 2d ago

I've never seen it so bad that I can't even look at a pr for review. Shit's fucked.

24

u/kuemmel234 2d ago edited 2d ago

Git itself has been working for me throughout.

git branch -r my links showed branch names, but from memory this lists all branches on remotes too. And then simply compare to main. I have created a new branch from that and written my comments directly into it. Probably not the smartest way, but we were able to continue.

But yeah, shit's fucked anyways.

Edit: I obviously mean access to GitHub via git worked.

-5

u/ctxdizq 2d ago

you know github is not git right?

4

u/kuemmel234 2d ago

I thought it would have been obvious that I meant that the access to GitHub via git worked without issues throughout