Posts Tagged ‘svn’

git client for Windows

Monday, April 21st, 2008

We’re starting to try out git at work to potentially replace Subversion. I’ve been using git for a month or so at home for personal projects, but that’s been on a Mac where git works natively.

At work I have a Windows PC, where git is less comfortable. Obviously if we’re gonna switch to git we all need to be able to use it, so a quick search for Windows clients led me to a couple.

git-cheetah is in development as a TortoiseSVN-style Windows Explorer plug-in. Here’s its readme:

“This is an explorer extension in its infancy.  Do not expect anything to work, unless you are fixing it…”

Not gonna be using that one then.

The other was more promising, msysgit. A quick download and install and while it didn’t manage to make git work in the normal command prompt as promised, its own mini terminal works just fine.

So now I can use git on Windows with only slightly less ease than Linux or Mac by having another console window open.