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