发布于 2017-08-07 23:53:47 | 233 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Pro Git v2 中文版,程序狗速度看过来!
Git分布式版本控制系统
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
Git for Windows 2.14.0(2) 已发布,包含了自 Git for Windows v2.14.0 以来的更改。
主要是 bug 修复:
修复了 v2.14.0 中引入的一个回归会阻止通过 SSH 进行访问
详细内容和下载地址请参阅 GitHub 发布主页。
v2.14.0 更新如下:
新功能
Comes with Git v2.14.0.
Comes with BusyBox v1.28.0pre.15857.9480dca7c.
Comes with Git Credential Manager v1.12.0.
It is now possible to switch between Secure Channel and OpenSSL for Git's HTTPS transport by setting the http.sslBackend
config variable to "openssl" or "schannel"; This is now also the method used by the installer (rather than copying libcurl-4.dll
files around).
The experimental option --show-ignored-directory
was added to git status
to show only the name of ignored directories when the option --untracked=all
is used.
Git for Windows releases now also include an experimental BusyBox-based MinGit.
Bug 修复
Repository-local aliases are now resolved again in worktrees.
CamelCased aliases were broken in v2.13.3; This has been fixed again.
The 32-bit Git binaries are now built against the same dependencies that are shipped with Git for Windows.