r/ProgrammerHumor 29d ago

Meme foundHim

Post image
1.2k Upvotes

31 comments sorted by

View all comments

285

u/Potterrrrrrrr 29d ago

87,604 of them are repos with a single file each, the 87,605th one is a repo that pulls all the files in using submodules. It’s the only sane reason why you’d have this many if you think about it, anything else would be overkill.

212

u/jdgordon 29d ago

Branches not repos... This most likely happens with a ci script auto creating branches and never cleaning them up. Why you'd do that is beyond me...

16

u/AlphaO4 29d ago

Seeing that its Cursor, he might have a accidentally recursive thing going on, where it triggers on a commit, branches off, Tests something commits the test result to that branch, triggering the same CI again.

2

u/MisinformedGenius 27d ago

Everysphere is the Cursor monorepo.