Tag Archives: svn

Getting Started with Git on Mac OS X

Some Background I’ve recently switched from using SVN to using Git as my source control management tool of choice. It took a little while to get to grips with, but it rocks! Git is not an evolution of SVN. It is entirely different. Git is a distributed revision control system – everybody working on a project has their own full copy of the repository and its entire history.

Posted in Resources, Tutorials | Tagged , , , , , , | 20 Comments