简体   繁体   English

可用于OSX的各种Git二进制文件有什么核心区别?

[英]are there any core differences in the various Git binaries available for OSX?

When you "Install Command Line Tools" from the Github.app, you get symlink'd Git binaries pointing inside the Github.app, like so: 当从Github.app“安装命令行工具”时,您会得到指向Github.app内部的符号链接的Git二进制文件,如下所示:

/usr/local/bin/git -> /Applications/GitHub.app/Contents/Resources/git/bin/git
$ git --version
git version 1.8.3.1

Meanwhile OSX/Xcode has it's own flavor: 同时,OSX / Xcode具有自己的风格:

$ /usr/bin/git --version
git version 1.7.12.4 (Apple Git-37)

And of course the official distro: 当然是官方发行版:

/usr/local/git/bin/git --version
git version 1.8.3.2

Is there any appreciable difference in these binaries (beyond the point versions?). 这些二进制文件(除了点版本之外)有什么明显的区别吗? I just want the fastest version for a large repo. 我只想要大型仓库中最快的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM