On my Mac OS X 10.5 (Leopard) machine, I have installed Git 1.6.0.2 using the git-OSX-Installer from Google Code. The installer installs Git to /usr/local/Git.
I would now like to keep up with the latest stable Git release (Master branch), currently 1.6.0.3.
Can I run "git clone git://git.kernel.org/pub/scm/git/git.git" from within the /usr/local/Git directory, then Configure/Make/Install using XCode, or will that not work?
Basically I'm looking for the best practice to keep Git updated to the latest stable version.