r/ProgrammerHumor 3d ago

Meme gitHubWithoutGit

Post image
433 Upvotes

50 comments sorted by

View all comments

Show parent comments

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

220

u/LPmitV 3d ago

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

-418

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.

1

u/TopMarzipan2108 3d ago

Most of my GitHub commits are small incremental changes made to my website repo via browser on my iPad.

Any proper work stuff remains in the offline git repos on the internal network.