version control systems

TwitterFacebook
Get flash to fully experience Pearltrees
http://lucumr.pocoo.org/2010/8/17/git-and-mercurial-branching/

Git and Mercurial Branching | Armin Ronacher's Thoughts and Writings

written on Tuesday, August 17, 2010 People using my stuff will have noticed a trend that I started using git (and github) for some of my newer projects. Now there are two parts of the story.

Pro Git - Table of Contents

http://progit.org/book/ Support this site by buying a print version of Pro Git Follow the author on Twitter for updates and Git tips
The Electrified DAG makes it much easier to discover what changes have made it into a particular tag or build. Activating this feature is as simple as clicking on a changeset in the repository history view. Once you've selected a changeset, Kiln walks the DAG and highlights all of its ancestors and descendants. This means you can easily:

Kiln - Mercurial Version Control and Code Review Software from Fog Creek Software

http://www.fogcreek.com/kiln/

Mercurial SCM

Mercurial efficiently handles projects of any size and kind . Every clone contains the whole project history, so most actions are local, fast and convenient. Mercurial supports a multitude of workflows and you can easily enhance its functionality with extensions . It is easy to learn http://mercurial.selenic.com/
http://git-scm.com/ Git is... Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.

Git - Fast Version Control System