Hello,
I use OS X 10.9 Mavericks. I already have git installed, but I didn't install it from the official website. I suppose it comes with XCODE.
The latest git is 1.8.4.3. I would like to download the OS X installer from the official git website, but I would like your suggestions.
Do I need to uninstall the current git? What is the best way to update to 1.8.4.3?
Thank you!
I use OS X 10.9 Mavericks. I already have git installed, but I didn't install it from the official website. I suppose it comes with XCODE.
Code:
$ whereis git
/usr/bin/git
$ git --version
git version 1.8.3.4 (Apple Git-47)
The latest git is 1.8.4.3. I would like to download the OS X installer from the official git website, but I would like your suggestions.
Do I need to uninstall the current git? What is the best way to update to 1.8.4.3?
Thank you!