prepare:
git clone git://git.kernel.org/pub/scm/git/git.git
cd git
git:
make
install:
make install DESTDIR="${PREFIX}"
uninstall:
make uninstall