Rethinking Git for the Age of Coding Agents with GitHub Cofounder Scott Chacon
Matt Bornstein speaks with Scott Chacon, cofounder of GitHub and CEO of GitButler, about why Git's user interface has barely changed since 2005, how GitButler is rethinking version control for both humans and AI agents, and what the "next GitHub" might actually look like. They cover parallel branches, agent-optimized CLI design, the future of code review, and why the best engineers of the future will be the best writers.
Resources:
Follow Scott Chacon on X: https://twitter.com/chacon
Follow Matt Bornstein on X: https://twitter.com/BornsteinMatt
Stay Updated:
Find a16z on YouTube: YouTube
Find a16z on X
Find a16z on LinkedIn
Listen to the a16z Show on Spotify
Listen to the a16z Show on Apple Podcasts
Follow our host: https://twitter.com/eriktorenberg
Please note that the content here is for informational purposes only; should NOT be taken as legal, business, tax, or investment advice or be used to evaluate any investment or security; and is not directed at any investors or potential investors in any a16z fund. a16z and its affiliates may maintain investments in the companies discussed. For more details please see a16z.com/disclosures.
Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.
Replacing Git with Git (Interview)
This week we’re talking to Scott Chacon, one of the co-founders of GitHub, to discuss the history and future of Git and Scott’s new project Git Butler, a branch manager tool that’s aiming to improve the developer experience of Git using Git. We also touch on the contentious topic of open source licensing and the challenges of defining “Open Source”, FSL vs GPL, and more.
Join the discussion
Changelog++ members save 2 minutes on this episode because they made the ads disappear. Join today!
Sponsors:
FireHydrant – The alerting and on-call tool designed for humans, not systems. Signals puts teams at the center, giving you ultimate control over rules, policies, and schedules. No need to configure your services or do wonky work-arounds. Signals filters out the noise, alerting you only on what matters. Manage coverage requests and on-call notifications effortlessly within Slack. But here’s the game-changer…Signals natively integrates with FireHydrant’s full incident management suite, so as soon as you’re alerted you can seamlessly kickoff and manage your entire incident inside a single platform. Learn more or switch today at firehydrant.com/signals
CrabNebula Cloud – CrabNebula Cloud is here! Distribute Tauri apps and Electron apps with best in class updater. At the heart of CrabNebula Cloud is a purpose-built CDN ready for global scale, and secure updates as a first-class citizen. Learn more at crabnebula.dev/cloud
Coda – Your all-in-one collaborative workspace. Coda brings teams and tools together for a more organized work day.
Fly.io – The home of Changelog.com — Deploy your apps and databases close to your users. In minutes you can run your Ruby, Go, Node, Deno, Python, or Elixir app (and databases!) all over the world. No ops required. Learn more at fly.io/changelog and check out the speedrun in their docs.
Featuring:
Scott Chacon – GitHub, X
Adam Stacoviak – Website, GitHub, LinkedIn, Mastodon, X
Jerod Santo – Website, GitHub, LinkedIn, Mastodon, X
Show Notes:
GitButler
The post “GitButler is now open source!”
The Merge
Something missing or broken? PRs welcome!
Git, Showoff, XBox Kinect (Interview)
Kenneth and Wynn caught up with GitHubber Scott Chacon to talk about Git, distributed version control, and his quest to kill Word as a book authoring tool.
Join the discussion
Changelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!
Featuring:
Scott Chacon – GitHub, X
Wynn Netherland – GitHub, X
Kenneth Reitz – GitHub, X
Show Notes:
Scott Chacon, Git evangelist, GitHubber, author of ProGit
rsync is a software application for Unix and Windows systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate.
Perforce is a commercial, proprietary, centralized revision control system developed by Perforce Software, Inc.
Git Internals, Scott’s PeepCode PDF
Chris, Tom, PJ, founders of GitHub
Continuous integration is one of Git’s strengths
Surprisingly, Scott’s .gitconfig isn’t pimped out
gitk The git GUI repository browser
gitx Git GUI for OS X
gitgui Unlike gitk, git gui focuses on commit generation and single file annotation and does not show project history.
Why Git and not Mercurial?
Mercurial bookmarks are references to commits that are automatically updated when new commits are made. If you do hg bookmark feature the feature bookmark refers to the current changeset.
hg-git is the Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server repository from Mercurial.
BitBucket is to Hg as GitHub is to Git
Scott says he had good intentions in comparing Git to other version control systems and was not lobbing stones at Mercurial
Scott says distributed source control systems are key to helping the open source community thrive because it lets anyone commit and get involved
The RubyGems.org 404 is amusing
libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings.
GitHub has continued the libgit2 Google Summer of Code effort, supporting Vicent Marti to continue the development
Scott says that Git is basically a key value store and we should look at uses beyond version control
Eclipse is moving to Git away from CVS
Git Tower is a beautiful Git UI for the Mac
Showoff is a Sinatra web app that reads simple configuration files for a presentation. It is sort of like a Keynote web app engine.
Kinectaby, Ruby bindings for XBox Kinect
Wynn is excited about Scott’s project Git Scribe for writing, feeling the pain of using Word for archaic book publisher workflows
Jason J Williams’s tools have lessened the pain for Wynn in writing the upcoming Sass book for Manning
Everybody that works at GitHub is Scott’s programming hero but Ryan Tomayko is one of the smartest developer’s Scott knows.
Something missing or broken? PRs welcome!