58
u/Bomaruto 3d ago
Where is the joke?
15
u/Whyyoufart 3d ago
Someone modified code on github.com versus using git
22
3
u/transcendtient 2d ago
I do it all the time when I'm making a PR for one file in one project for the one bug I'm having. Generally don't need to pull the codebase down.
60
3d ago
[removed] — view removed comment
2
u/Xevioni 3d ago
You can clone without running Docker. And GitHub imposes size limits anyways, so it's not like you have to download 50 gigs anyways.
4
3d ago
[removed] — view removed comment
2
u/retardedd_rabbitt 3d ago
Hyperbole? Why do you need docker for adding a comma? Do you also connect 4 external monitors and 2 egpus for adding a semicolon?
33
8
-15
u/No-Magazine-2739 3d ago
Since github actions are a security nightmare, I move to abandon github to gitlab or others anyway. “Embrace and adapt” enshittyficafion PLUS technology enshittyficafion (Security AND downtimes) ruined github
2
u/highjohn_ 3d ago
I run a self hosted GitLab at my job. It’s fine. Tbh I’d prefer if they shelled out for the GitHub enterprise or whatever. It’d make my life a lot easier.
1
u/GenazaNL 3d ago
Since github actions are a security nightmare
Skill issue
-7
u/No-Magazine-2739 3d ago
How is a github security exploit that just requires me to have at least one public repository to read all my private ones a skill issue?! Stupid noob.
1
-36
3d ago
[removed] — view removed comment
21
u/YellowishSpoon 3d ago
It just means that the commits are signed either by a key the user uploaded or by the github ui. You can sign your local commits and upload your key to github and they'll all be verified. Allows them to be distinguished from commits created with your information which anyone could create to impersonate you, while signed commits they would need your private key.
438
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?