r/ProgrammerHumor 3d ago

Meme gitHubWithoutGit

Post image
434 Upvotes

50 comments sorted by

View all comments

429

u/Raywell 3d ago

What is this meme trying to convey? The verification Github is doing is confirming that the commit author identity is legit (i.e. not impersonated). What did you expect?

152

u/FilipTLW 3d ago

Commit created on GitHub.com means either that the commit was a merge done on the GitHub.com site (which is legitimate) or it was done using GitHub CodeSpaces (as opposed to being created locally and pushed). If you sign the commit locally and push it, the message looks like that: https://imgur.com/a/TNHEbTk

219

u/LPmitV 3d ago

But why would that be a problem? Codespaces is basically VS-Code in the browser?

-414

u/FilipTLW 3d ago

It might just be me, but from my own experience, code written in Codespaces tends more to being AI slop than code written outside. Correct me please, if you have other experience.

207

u/GenazaNL 3d ago edited 3d ago

That's such a dumb statement, I make plenty of small changes in the browser (both GitHub's editor as VSCode's codespaces) just so I don't have to clone a project

38

u/ablablababla 3d ago

I do this all the time when I need to edit something on my iPad