Skip to content
Bernhard von Stengel edited this page Jul 23, 2013 · 2 revisions

The Gambit project is stored on github using the distributed version control system git.

Resources for git are:

This seems to be the definitive book, http://git-scm.com/book where chapter 2 is essential.

The basic logic of Git is that a sequence of snapshots of the entire project are stored efficiently with each Git "commit". Comparing these snapshots should always be done with Git tools, which needs some practice.

The Git reference http://gitref.org/index.html

Clone this wiki locally