Archive for the 'vcs' Category

version control – What is the Difference Between Mercurial and Git? – Stack Overflow

Monday, December 27th, 2010

thread on stackoverflow that contains several useful links comparing git and hg (mercurial)

Pro Git – Table of Contents

Sunday, December 26th, 2010

excellent git reference book, read it even if you are already familiar with git

Welcome to GitCasts

Thursday, October 15th, 2009

screen casts tutorials for basic git usage

Git Magic [well written "git for newbees" article]

Wednesday, August 6th, 2008

Good article that explain basic version control tasks and how to do them with git. Other git how-to articles start with how git differs from other vcs’es and explain about git internals and by doing that they create a huge deal of confusion.