Episode Details

Back to Episodes
Git, Showoff, XBox Kinect (Interview)

Git, Showoff, XBox Kinect (Interview)

Published 14 years, 10 months ago
Description

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:

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
    Listen Now