Git Log
Category: Tools > Version Control      Posted: 09 Jun 08

This episode is on git-log, which demonstrates most of the major features and options to the git-log command. It includes showing the stat, short-stat and name-stat options, the —pretty options, the since and until limiters, the path limiter and author field searching

Git : Interactive Adding
Category: Tools > Version Control      Posted: 09 Jun 08

This episode demonstrates how to use the git interactive add command. It covers all of the major features of interactive adding, including status, update, revert, add untracked, patch and diff

Git: Normal Workflow
Category: Tools > Version Control      Posted: 09 Jun 08

This episode demonstrates how to setup your .gitignore file, how to use and interpret git status output, how to add and remove files from your index, how to commit and what git does in the object database during these operations.

Git: Setup, Initialization and Cloning
Category: Tools > Version Control      Posted: 08 Jun 08

This episode shows you how to setup your Git configuration, how to initialize a new repository and how to clone an existing repository over both the Git transport and the HTTP transport.

Gitting Rails 2.1 RC1
Category: Web Development > Ruby On Rails      Posted: 05 Jun 08

Rails 2.1 Release Candidate 1 was just released! In this episode I will show you how to install it into your Rails project.

Git on Rails
Category: Web Development > Ruby On Rails      Posted: 21 Mar 08

Git has been getting a lot of buzz lately, and for good reason. It's an excellent SCM which in many ways is more simple and powerful than subversion. See how to set up a Rails project with Git in this episode

Using Git to Manage and Deploy your Rails Apps
Category: Web Development > Ruby On Rails      Posted: 25 Dec 07

in-depth screencast about using Git with Rails and Capistrano 2.1, since Cap now includes a Git SCM module and I’ve been finding that a number of Rails people are getting more interested in using Git.

Git - a Talk by Randal Schwartz
Category: Open Source > General      Posted: 28 Oct 07

When you have hundreds of people simultaneously patching 25000 files of the Linux Kernel ... all » in sometimes conflicting ways, you might need some...