Git Source Code Management Video 0050

A Video for the Ojambo.com Git Source Code Management article.
Part One of One

Git can be used to track changes or versions of software applications.

The video begins by setting up a remote repository. The remote repository will act as a git server.

The tutorial is broken up into four parts. The first creates the remote repository folder. The second part creates a working local repository.

The third part creates a initial file. The final part consists of pushing the initial file to the remote repository.