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
1
(2 marks)