I personally feel that: 1) Git is fine 2) I would not want to replace critical open source tooling with something backed by investor capital from its inception. Sure, it will be “open source “, but with people throwing money behind it, there’s a plan to extract value from the user base from day one. I’m tired of being “the product”. Critical open source tooltips by should spring from the community, not from corporate…
Gitbutler is backed by git. Gitbutler is essentially just ui for git which also allows you to have multiple branches. It isn't meant to replace git.
We've raised $17M to build what comes after Git
381–390 of 785 posts
Re: We've raised $17M to build what comes after Git
#382I feel like I really need to learn how to raise money. For $17M, one could probably build a vacuum robot prototype that’ll also clean up all of the kids toys and sort LEGO bricks by colour and size. Parents worldwide would love it. But instead, we get a replacement for Git. And I didn’t even bother to click the link because I’m fine with how Git works. On the list of pain points in my life, “what comes after Git” has…
4 McDonalds. That’s a better way of measuring it.
Re: We've raised $17M to build what comes after Git
#383Earlier quoted context omitted.
I think it means parallel branches. Normally in git you can use one branch at a time. With agentic coding you want agents to build multiple features at the same time, each in a separate branch
Can agents not checkout different branches and then work on them? It's what people also do. I have a hard time to understand what problem is even solved here.
Re: We've raised $17M to build what comes after Git
#384But then it's the github cofounder- well, github did add a lot of stuff onto git I didn't know I needed, so I'm curious.
Re: We've raised $17M to build what comes after Git
#385Earlier quoted context omitted.
git is not a new idea, various features of git existed in various SCMs for decades. The distributed aspect existed in Bitkeeper too, for example. But it took a big brain with a systemic view of the problem and solutions space to bring them all together - in a lighting fast implementation to boot.
I don't think technical features were the key to git's success. What really made the difference was: 1. it was free; 2. it was sponsored by the most fashionable project of the time (Linux); 3. it did not require a server; 4. because it was FOSS, people could extend it without asking anyone's permission; and... 5. ...once GitHub appeared, simplifying the PR process, the network effect did its thing. Git was hard to us…
So is ffmpeg and ImageMagick. Or Blender. Or Freecad. There are domains that do require some learning and training to properly use the available tool.
Re: We've raised $17M to build what comes after Git
#386Earlier quoted context omitted.
Guessing you aren’t working with hundreds of collaborators in a distributed offline system. Which is what git was for and why svn wasn’t enough for that type of use case.
or using branches.
Re: We've raised $17M to build what comes after Git
#387I feel like I really need to learn how to raise money. For $17M, one could probably build a vacuum robot prototype that’ll also clean up all of the kids toys and sort LEGO bricks by colour and size. Parents worldwide would love it. But instead, we get a replacement for Git. And I didn’t even bother to click the link because I’m fine with how Git works. On the list of pain points in my life, “what comes after Git” has…
You didn't click the link. Who are you to say that they aren't solving actual problems? You might not be their target. The whole article is dedicated to explaining why they're building their product.
Building UI and auxiliary features on top of Git is a crowded space, it’s not clear what compelling innovation they are bringing to the table.
Re: We've raised $17M to build what comes after Git
#388I recently switched to Jujutsu (jj) and it made me realize that “what comes after Git” might already exist. It turns out the snapshot model is a perfect fit for AI-assisted development. I can iterate freely without thinking about commits or worrying about saving known-good versions. You can just mess around and make it presentable later, which Git never really let you do nicely. Plus there’s essentially zero learning…
Yes, it’s fantastic. I have a post-tool-use hook for Claude Code to snapshot the repository for every edit. It’s like the built in file history feature but native in my VCS and works for my edits too. Don’t want to froth too much but JJ is my favourite piece of software in a while, and the fact that it’s not VC-funded is a major plus point.
Re: We've raised $17M to build what comes after Git
#389Re: We've raised $17M to build what comes after Git
#390Earlier quoted context omitted.
You didn't click the link. Who are you to say that they aren't solving actual problems? You might not be their target. The whole article is dedicated to explaining why they're building their product.
The article does a bad job at that, because it remains rather vague and doesn’t explain the concrete problems they are trying to solve, that aren’t either already solved by Git-linked issue trackers, or would be better solved by improving support in Git itself (like for stacked branches). Building UI and auxiliary features on top of Git is a crowded space, it’s not clear what compelling innovation they are bringing t…