Using Git in Ruby Applications - Scott Chacon
Category: Languages > Ruby      Posted: 07 Feb 09

This talk will demonstrate different ways you can use Git in your Ruby applications using Grit, the main binding library for Git in Ruby. A basic ove...

Git: Branching and Merging
Category: Tools > Version Control      Posted: 09 Jun 08

In this screencast, we take you through a workflow where we branch, stash and merge several times. It demonstrates the branch and show-branch commands, how to switch branches, how to stash changes, how to list and apply stashes, how to resolve conflicts, how to create and delete topic branches, and w...