Git at any scale · Cursor
Hosting Git repositories at scale is a nightmare. When Linus Torvalds designed the first version of the information manager from hell (that's actually the tagline for Git, look it up), he had a very specific use case in mind: his own. He wanted to replace BitKeeper, the distributed version control system that was being used to develop the Linux Kernel. Of course, the replacement had to be distributed too. The Kernel is an unusual software project; it is extremely decentralized, with many different maintainers for its many different subsystems. A distributed version control system is a natural fit for this workflow. Twenty years later, Git has become an industry standard, but the truth is that its distributed nature is more of a hindrance than an advantage. The average open-source software project doesn't operate with a decentralized workflow. The average company definitely doesn't. They use the many advantages of the distributed model (such as being able to work offline, delay pushes,
Hosting Git repositories at scale is a nightmare. When Linus Torvalds designed the first version of the information manager from hell (that's actually the tagline for Git, look it up), he had a very specific use case in mind: his own. He wanted to replace BitKeeper, the distributed version control system that was being used to develop the Linux Kernel. Of course, the replacement had to be distributed too. The Kernel is an unusual software project; it is extremely decentralized, with many different maintainers for its many different subsystems. A distributed version control system is a…
saved by
- Katherine Huang
- Karan MJ
- Ratan Kaliani
- Emma Guo
- Benedict Neo
- Varun Goyal
- Kevin Xu
- Aadharsh Pannirselvam
- Florent Tavernier
- Jon
- Pranav Jadhav
- Shubhaankar Sharma
related reading
- Why GitHub Actually Won | Butler's Logblog.gitbutler.com
- Git's database internals V: scalability - The GitHub Bloggithub.blog
- Using Gitcs61bl.org
- Code Storage by the Pierre Computer Companycode.storage
- NYSRGnotes.ekzhang.com
- Building and operating a pretty big storage system called S3 | All Things Distributedallthingsdistributed.com
- Mercurial: an alternative to git [LWN.net]lwn.net
- How GitHub monopolized code hostinggraphite.dev
- Gitea Official Websiteabout.gitea.com
- Ghostty Is Leaving GitHub – Mitchell Hashimotomitchellh.com
- Sapling: A new source control system with Git-compatible client | Hacker Newsnews.ycombinator.com
- Git was built in 5 daysgraphite.dev