Painless git diff

I've been using Node.js quite a bit lately and decided it was time to start using Git for my projects. I'm used to using Mercurial (Hg) for DVCS, but have only used it on Windows and a little on Linux via command line. I was looking for a similar experience that Windows gave me for Hg (file … Continue reading

DVCS vs CVCS

Some differences between Distributed Version Control Systems (DVCS) and Centralised Version Control Systems (CVCS) The central server dilemma I hear a number of people being fearful about what they hear about DVCS not having a central repository. In most cases this is not entirely true. There … Continue reading