Latest Screencasts
Source Control Made Easy
Pragprogs - 2009-10-20 - paid
Git has significantly changed the way teams develop software. Its distributed nature and lightweight branching and merging have made it possible for developers to massage their code bases in ways they couldn't have imagined before. However, Git has a reputation for being hard to learn. And when folks transition to Git, they often settle for using a handful of commands and treat Git just like their other source control system. But because of its different approach to source control issues, many of the techniques and terminology we have learned in other source control systems do not translate cleanly when using Git. To begin to use Git effectively, you need to understand the underlying concepts. In this 49-minute screencast you'll learn Git in a different way: By not learning about Git itself. Instead, Jim Weirich takes you on a journey of how you might design and build a source control system from scratch. Along the way you'll gain a deeper understanding of the first principles behind Git so things begin to make more sense. This screencast is for people who haven't used Git yet and are thinking about it, and for people who have just started using Git, but are still in the "magic incantation" stage of learning. It's a great introduction to source control for your manager, too! No prior experience with Git or source control systems is required.
Watch this screencastGit Internals PDF
Peepcode - 2008-06-23 - paid
Many have learned the basics of using Git from the PeepCode Git screencast. In this PDF, Scott Chacon goes even further to explain the distributed filesystem behind the popular source code management system. If you’re tired of terse man pages or academic white papers, you’ll enjoy more than four dozen...
Watch this screencastRailsCasts #96 Git on Rails
Railscasts - 2008-03-10 - free
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.
Watch this screencastGit
Peepcode - 2007-10-25 - paid
by Geoffrey Grosenbach. Technical editing by Git Maintainer Junio C Hamano. The git source code control system was developed by Linus Torvalds for managing the Linux kernel. But it’s also valuable for managing all kinds of code: libraries, web applications, personal files. Git was built for the modern developer’s workflow....
Watch this screencast