Jan
23
Easily installing and using Git on Windows
January 23, 2011 | 1 Comment
I had to use Git on Windows to work with my own sharpOauth library on a Microsoft environment while working on my Office Addin. I used the following tutorial by nathanj as a reference. Here are the steps I followed download and install putty in c:\program files\putty download and install msysgit. I picked the package [...]
Jan
3
Installing Ack In Project for Textmate
January 3, 2010 | Leave a Comment
One of the reasons I had to install GIT was to be able to install these GitHub hosted Textmate plugins I find useful. The most important one of them being Ack in Project. It is so much better and faster than the built-in search in project feature included with Textmate. Here is a quick post [...]
Dec
17
Installing Git On Mac OS X (Snow Leopard)
December 17, 2009 | 1 Comment
There are a lot of how to’s out there with several solutions including installing from source, from binaries, with an installer. Here is how I’ve done it guided by the following posts: Compiling and installing Git on Mac OS X Installing Git on Mac OS X Leopard First, I downloaded git from its homepage in [...]