16 April 2010
Why Git is Better Than X
by 2 others (via)This site is here because I seem to be spending a lot of time lately defending Gitsters against charges of fanboyism, bandwagonism and koolaid-thirst. So, here is why people are switching to Git from X, and why you should too. Just click on a reason to view it.
10 April 2010
Twitter / Nicolas Perriault: #git tip of the day, in ca ...
In case you've erroneously added .svn directories to your repo: git status |grep .svn|awk {'print $4'} |xargs git rm -f
03 March 2010
Hg Init: a Mercurial tutorial by Joel Spolsky
by 1 otherMercurial 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.
1
(3 marks)