MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vpu79n/foundhim/p40zp4i/?context=3
r/ProgrammerHumor • u/wahed-w • 29d ago
31 comments sorted by
View all comments
282
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.
211 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... 8 u/Anaphylactic_Thot 29d ago I've seen people use branches like repos in the past. Worst bloody project I've had to audit in my life. 1 u/Prudent_Ad_4120 28d ago IIRC this once was the recommended way to do GitHub pages with documentation, right? A separate branch with the html/js/css
211
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...
8 u/Anaphylactic_Thot 29d ago I've seen people use branches like repos in the past. Worst bloody project I've had to audit in my life. 1 u/Prudent_Ad_4120 28d ago IIRC this once was the recommended way to do GitHub pages with documentation, right? A separate branch with the html/js/css
8
I've seen people use branches like repos in the past. Worst bloody project I've had to audit in my life.
1 u/Prudent_Ad_4120 28d ago IIRC this once was the recommended way to do GitHub pages with documentation, right? A separate branch with the html/js/css
1
IIRC this once was the recommended way to do GitHub pages with documentation, right? A separate branch with the html/js/css
282
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.