Git: how my life has improved since last month when I used SVN

I’ve switched from SVN to Git (more git-svn actually) close to a month ago and that had to be a leap of faith. Rationally convincing someone that a DVCS is better is pretty hard because overall the life in SVN land is not that bad or does not appear to be. Note that I … [...]

How to install Git and git-svn on Mac OS X

It’s hard to find good Google links for installing git-svn on Mac OS X. Here is my piece. Install port: download it at http://darwinports.com and run the installer run sudo port install subversion-perlbindings (it takes a while as the installer download the internet) run sudo port install git-core +svn (don’t forget … [...]