OS X Git Prompt
November 15th, 2009
View Comments
I’m currently using a modified version of git-prompt that looks something like this:
I’m currently using a modified version of git-prompt that looks something like this:
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…