Archive

Posts Tagged ‘git’

OS X Git Prompt

November 15th, 2009 shaun View Comments

I’m currently using a modified version of git-prompt that looks something like this:

Git-prompt
Read more…

Categories: Resources, Tutorials Tags: , , , ,

Getting Started with Git on Mac OS X

March 14th, 2009 shaun View Comments

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. Read more…

Categories: Resources, Tutorials Tags: , , , , , ,