Version control with Git

A distributed version control system.

See also: Mercurial DVCS

Resources:

Setting up Git

After installation you will want to set up the user name, email, editor/diff preferences, etc. Directions can be found in the git documentation.

Basics of using Git

Most of the basic commands for creating and managing a Git repository are very similar to Mercurial.