1.1.1 Git introduction

The source code is kept in a git respository. This allows us to track changes to files, and for multiple people to work on the same set of files (generally) without any problems.

Note: These instructions assume that you are using the command-line version of git 1.5 or higher. Windows users should skip to Git on Windows.


Contributor’s Guide