- POSIX-compliant shell
- GCC - gnu c compiler
- GNU Interactive Tools
- Perl 5.8 or Later
- Openssl
- Openssh
- zlib
- libcurl
- expat
shell$ wget http://git-core.googlecode.com/files/git-1.x.x.tar.gz
shell$ tar -zxf git-1.x.x.tar.gz
shell$ cd git-1.x.x
shell$ ./configure --prefix=[install_path]
shell$ make all
shell$ sudo make install
A little old school and not the hard. Resources: http://git-scm.com/ http://ruby.about.com/od/git/a/2.htm