Git Going with DVCS

Published November 23rd, 2011 Under Configuration Management | Leave a Comment

Get on board with Git, a distributed version control system. Jump ahead of the masses staying on Subversion and increase your team’s productivity, debugging effectiveness, flexibility in cutting releases and repository and connectivity redundancy (at $0 cost).

Watch this streaming video

Video Producer: JFokus Conference

Introduction to Git on Windows

Published December 6th, 2010 Under Configuration Management | Leave a Comment

This video will show you how to install Git and get it working under windows.

Introduction to GIT

Published December 6th, 2010 Under Configuration Management | Leave a Comment

An introduction to distributed version control using Git, and how your VCS should work with you and not against you. How DVCS can completely alter your development process, streamline it, and help you produce better software, faster. Covering how local repositories speed up your development, multiple authoritative sources, distributed teams, multiple workflows, and some of the more distinct features of Git. With experiences from an OSS team on how the migration from SVN to Git has helped the project and changed how the team works.

Watch this streaming video from the Norwegian Developer Conference 2010

Scott Chacon on Git and GitHub

Published October 4th, 2010 Under Configuration Management | Leave a Comment

Scott Chacon talks about the technologies that power GitHub (Erlang, Redis,…), and the benefits of Git as a version control and as a storage system.

http://www.infoq.com/interviews/chacon-github

Linus Torvalds on git

Published February 16th, 2010 Under Configuration Management | Leave a Comment

Linus Torvalds visits Google to share his thoughts on git, the source control management system he created two years ago.

Git in One Hour

Published December 29th, 2009 Under Configuration Management | Leave a Comment

This webcast covers the basics of the Git source control system. It introduces the audience to Git basics: staging and committing snapshots, viewing the commit log, pushing to and pulling from servers, and creating, switching between, and merging branches. Finally it quickly covers a few more advanced features.

Git

Published November 4th, 2009 Under Configuration Management | Leave a Comment

This video describe what “git“; is and isn’t, and why you should use it instead of CVS, Subversion, SVK, Arch, Darcs, Mercurial, Monotone, Bazaar, and just about every other repository manager. It also walks though the basic concepts so that the manpages might start making sense.

keep looking »