Reputation: 183
I've come across several topics about 'updating' or 'installing' an 'official' version of git to replace the git pre-installed by Apple.
I haven't been able to find the reasons/benefits for/of doing so... Can someone explain why doing this is important or unimportant?
Thanks in advance !
Upvotes: 18
Views: 15955
Reputation: 142094
It's almost the same as the official versions but in a different versioning.
Read below on how to update and upgrade your git version: https://modulesunraveled.com/installing-git/updating-git-if-you-have-version-apple-well-official-install
Upvotes: 8
Reputation: 23621
It is basically the same as the upstream version at this point. You can see the differences in my github repo:
https://github.com/jeremyhu/git/commits/master
The major differences between Apple's git and mainline over time have been:
Upvotes: 15