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.

Getting started with Subversion and TortoiseSVN
Category: Tools > Version Control      Posted: 25 Dec 07

It's a quick tour of the excellent TortoiseSVN tool, and demonstrates most of what a developer needs to do in their day to day work.

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...

Introduction to Subversion Screencast
Category: Web Development > Other      Posted: 30 May 07

The following is an Introduction to Subversion screencast. It is targeted mainly at those who are new to version control, covering the conceptual ideas...

Flex Builder Project Setup in a CFEclipse and Subversion Environment
Category: Tools > CFEclipse      Posted: 23 May 07

This screencast walks you through the setup process required in integrate CFEclipse with flex builder and SVN repository

Using Eclipse for Java Programming
Category: Tools > Eclipse      Posted: 05 May 07

The Eclipse IDE can be a little daunting to the uninitiated. These ShowMeDos demonstrate some of the features you need to start using Eclipse for progr...