Hacker News new | ask | show | jobs
by marginalia_nu 1682 days ago
We don't need git hosting at all. Git can be served off any computer with SSH access. You serve git off a raspberry pi.

Github, gitlab, etc is just an overgrowth.

1 comments

Github is, Gitlab is not because you can run it on-prem if you want.
Point is neither is even close to necessary using git. Git isn't a web application. It's a version control system.
Yes, but that's OT, the topic here is GitHub, not git.
Yeah, and my point is that it's mostly superfluous.
You are welcome to your opinion of course but Github has become a pretty essential part of the workflow for many projects, closed and open source both. That it is possible to work around that doesn't diminish that, it's just how people are currently using it. I would have preferred a much more decentralized solution, I always thought it was a mistake that the git core left room enough for the likes of Github to establish themselves as gateways to various projects.