dennislaumen + dvcs 2
Git - Fast Version Control System
march 2010 by DennisLaumen
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. Branching and merging are fast and easy to do.
dvcs
git
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. Branching and merging are fast and easy to do.
march 2010 by DennisLaumen
Hg Init: a Mercurial tutorial by Joel Spolsky
march 2010 by DennisLaumen
Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts.
mercurial
tutorials
dvcs
march 2010 by DennisLaumen