Discussion
We’ve raised $17M to build what comes after Git
f33d5173: Isn't that jj? Hopefully no one tells the vcs.
BIG-TRVKE: some jew in silly valley seriously threw cash at two dudes making a shittier Magitnıgga heıl hıtler
stavros: Which version control system should we not tell?
MBCook: Why does it take $17m to beat Git?How will you ever get the network effects needed to get sustained users with a commercial tool?Given Git was created because BitKeeper, a commercial tool, pulled their permission for kernel developers to use their tool aren’t we ignoring a lesson there?
tormeh: Pijul?Git has issues, but it works pretty well once you learn it and it's basically universal. Will be hard to dislodge.
dietr1ch: To me jj is an ok porcelain for git, but I find it worse than magit. Sure, it has some tricks under their sleves for merging, but I just don't run into weird merges and never needed more advanced commands like rerere.What I'd would expect of the next vcs is to go beyond vcs of the files, but of the environment so works on my machine™ and configuring your git-hooks and CI becomes a thing of the past.Do we need an LSP-like abstraction for environments and build systems instead of yet another definitive build system? IDK, my solution so far is sticking to nix, x86_64, and ignoring Windows and Mac, which is obviously not good enough for like 90%+ of devs.
dietr1ch: Is it usable now? I tried it long ago now and it crashed on me a few times on my first day, so I just uninstalled it.
alexpadula: Rather confusing, your name has Git in it, “to build what comes after git”, what comes after your own Git product? Good luck.
im_down_w_otp: Apparently it takes $17M and a whole team full of people to do what one guy with a chip on his shoulder could do for free.
fxtentacle: I 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 roughly the same priority as “try out a more exciting shower gel”. But did you ever step on a LEGO brick while walking to the bathroom at night? That pain is immediately obvious.Why is nobody solving actual problems anymore?
sph: > Why is nobody solving actual problems anymore?Because that’s too risky for investors.
vividfrier: I feel like git started to feel outdated overnight as the company I work for went agentic development first.I fought for years trying to convince my colleagues to write good commit messages. Now Claude is writing great commit messages but since I'm no longer looking at code - I never see them. I don't think Claude uses them either.Branches are now irrelevant since all agents work in worktrees by default. But worktrees are awkward since you run out of disk space fast (since we're in a monorepo).There is a constant discussion ongoing whether we commit our plans or not. Some argue that the whole conversation leading up to the PR should be included (stupid imo).The game changed completely. It isn't weird that people are wondering if the tools should as well.Definitely feels like there's opportunity to build something better
steelbrain: The source code is hosted on Github: https://github.com/gitbutlerapp/gitbutlerI was really hoping we'd see some competition to Github, but no, this is competition for the likes of the Conductor App. Disappointed, I must say. I am tired of using and waiting for alternatives of, Github.The diff view in particular makes me rage. CodeMirror has a demo where they render a million lines. Github starts dying when rendering a couple thousand. There are options like Codeberg but the experience is unfortunately even worse.
jillesvangurp: Why are investors still investing in SAAS products like this. I've heard some investors made rather blunt statements about such investments being a very hard sell to them at this point. Clearly somebody believes differently here.We have AI now. AI tools are pretty handy with Git. I've not manually resolved git conflicts in months now. That's more or less a solved problem for me. Mostly codex creates and manages pull requests for me. I also have it manage my GitHub issues on some projects. For some things, I also let it do release management with elaborate checklists, release prep, and driving automation for package deployment via github actions triggered via tags, and then creating the gh release and attaching binaries. In short, I just give a thumbs up and all the right things happen.To be blunt, I think a SAAS service that tries to make Git nicer to use is a going to be a bit redundant. I don't think AI tools really need that help. Or a git replacement. And people will mostly be delegating whatever it is they still do manually with Git pretty soon. I've made that switch already because I'm an early adopter. And because I'm lazy and it seems AI is more disciplined at following good practices and process than I am.
bee_rider: I like git, it works perfectly fine on my command line.I do wonder, though, if it would have been designed differently if the whole “code forge” sort of application (or whatever GitHub and the like are called) was envisioned at the time. Pull requests aren’t even a concept in git proper, right?It seems like a kind of important type of tool. Even though git is awesome, we don’t need a monoculture.
OsrsNeedsf2P: To all the salty people- the person cofounded GitHub. It's not the product that raised 17M, it's the person.
petesergeant: I was going to be snarky, but Scott Chacon is a serious person, so we'll see!
Defletter: Uhh, to be fair, if the goal was only to recreate git from 2005, it probably wouldn't cost $17M. I'd hazard a guess that they're recreating modern git and the emergent stuff like issues, PRs, projects, etc. I've also heard that the core devs for git are essentially paid a salary to maintain git.
irjustin: I'm not sure if I should take these comments seriously or as a joke...
charlesfries: I'd like to see some kind of "whitespace aware" smart diff in whatever comes after git
esafak: If you think like that why invest in software at all; the AI will do everything?Does AI make reading or writing stacked PRs any nicer? No, it does not.
ddtaylor: Raising a bunch of money to recreate the wheel.
throwaway173738: They sure aren’t. Before github you set up remotes or emailed patches.
mzi: À pull request is just you requesting someone to pull from you in git proper.So the maintainer adds you as a remote and pulls from you.
everybodyknows: [delayed]
techpression: 17M seems like a rounding error these days with all the AI investments. Probably some spare cash in a fund that needed to be closed or something.Solving actual problems are hard, and even harder to get money for (see research). Most VC’s are in it for the returns only, not actually making a change, there are some exceptions but they are far and few apart.
sph: You guys cannot be serious, it feels like Poe’s Law day everyday in here!
grogenaut: Sorceforge predates git by about 11 years. As do several other projects like google code. Its not a new idea. Or basically most source control systems. Git, actually, is the more unique idea, of a DVCS... versus a cVCS...
cornholio: git is not a new idea, various features of git existed in various SCMs for decades.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.
Meleagris: I 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 curve, since all the models know how to use JJ really well.
orbifold: is there a jj hosting service?
imron: Any service that hosts git?
jtfrench: Definitely sounded like a shower gel moment.
ChrisGreenHeur: if you can't get ai to handle git, that's certainly a skill issue
vrganj: It really is insane how much this topic is dividing technical folks.What GP wrote sounds like an absolute nightmare of tech debt and unmaintainable spaghetti code that nobody understands anymore to me.But I guess for some people the increased speed outweighs all other concerns?
thwarted: "Where are we? Are we where we wanted to be?""I'm not sure. But at least we got here fast."
solid_fuel: Have you considered returning to actual software engineering and workflows that tools were designed to support instead of playing the LLM slot machine?
ergocoder: Linus built git in 8 days or something.
grogenaut: Nah, on the 7th day he rested... On the 8th he apologized for his behavior having learned the error of his ways.On the ninth he roasted some fool.
Aperocky: It does though.. you don't have agents that can connect to github or wherever your git mirrors are and comment on PRs?
imron: > I do wonder, though, if it would have been designed differently if the whole “code forge” sort of application (or whatever GitHub and the like are called) was envisioned at the time.I would argue that it was purposefully designed in contrast against that model.GitHub is full of git anti patterns.
fontain: The author is a founder of GitHub, he could raise $17m for “git but it’s called pit and a repository is a hole and committing code is called burying it” if he wanted to, investors care about pedigree.
thwarted: > or whatever GitHub and the like are calledGitHub is a social networking site that just so happens to have code hosting related features.
jonhohle: Perforce had change sets and there were lots of tools for code reviews that worked a lot like GitHub before GitHub (review board, phabricator, another one I can’t remember).
fxtentacle: pedigree is a great word here and being upfront about it (if true) would make for some fun VC slogans:"We've replaced due diligence with a DNA test.""No mutts, no miracles. Three generations of wealth or GTFO.""Your bloodline is fine. Don't fret the cap table.""You forgot to attach the pitch deck, but we really like your family crest."
al_borland: For what it's worth, that LEGO vacuum does exist[0], it was on Shark Tank[1]. I assume they stole the idea from The Office. It doesn't sort the bricks, but I assume that was more of a stretch goal based on the insane amount of money being discussed. After all, the LEGO vacuum only cost $495k to get to market.[0] https://pickupbricks.com[1] https://www.youtube.com/watch?v=X25MIpQqLIU
ozozozd: git isn’t Saas.git ≠ GitHub
esafak: Don't you read the PRs?
sph: I wish we had old Linus back just one day to review some vibecoded patch to Linux. I’d love to hear him rant about it.
f33d5173: Idk if you're joking but I edited to make it clearer...
fxtentacle: That one needs to be operated manually. I was thinking more along the lines of robot dog + OCR + 6 dof arm on the robot's back.This video is from 8 years ago:https://youtu.be/wXxrmussq4E?si=bgDdDvZODVov3sSC&t=15I'm sure, by now we could make them for <$1k per robot, if we wanted to.EDIT: BTW did you see that the page you linked to has this at the bottom of their landing page:"Example product""This area is used to describe your product’s details. Tell customers about the look, feel, and style of your product. Add details on color, materials used, sizing, and where it was made."so I wonder if they actually sell anything.
registeredcorn: I made a vague attempt at trying to figure out what this is supposed to be/do, but you'll have to forgive me. After a few paragraphs I gave up and came away with the sour taste of> what if coding was actually social?in my mouth.What if music was actually bread?What if math was actually a an ancient painting on a cave wall in France?What if breathing was actually Iraq?Then it wouldn't be what it is. Instead, it would be what it isn't because it had been mislabeled, mischaracterized, or misunderstood in some fundamental way.Coding is coding, because coding is coding. I.e., it isn't what it isn't, because what it isn't isn't what it is.
jauco: Use difftastic. You can do so with current git :)
al_borland: > EDIT: BTW did you see that the page you linked to has this at the bottom of their landing page:I'm not seeing it. When I search for "example" nothing comes up, but maybe I'm looking wrong.I see it on Amazon as well, with reviews and videos from "customers", so I assume it's not vaporware and that is more an issue with people not filling out the full website template, which is also not a great sign.https://www.amazon.com/Pick-Up-Bricks-Compatible-Accessories...