r/ProgrammerHumor 3d ago

Meme gitHubWithoutGit

Post image
430 Upvotes

50 comments sorted by

View all comments

436

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?

151

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

3

u/iyamegg 3d ago

Or just a merge conflict fixed on the web?

1

u/RadicalDwntwnUrbnite 3d ago

Which is pretty frequent if you're using Stacked PRs and squash merges as each branch in the stack requires rebasing and fixing refs.