发布于 2015-10-20 04:51:01 | 298 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Pro Git v2 中文版,程序狗速度看过来!
Git分布式版本控制系统
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
Git for Windows 2.6.2 发布,此版本更新内容如下:
Comes with Git v2.6.2
Users who are part of a Windows domain now have sensible default values for user.name
and user.email
.
We no longer run out of page file space when git fetch
ing large repositories.
The description of Windows' default console is accurate now (the console became more powerful in Windows 10).
Git GUI now respects the terminal emulation chosen at install time when running the Git Bash.
下载:
msysgit 的开发成员 dscho 从 msysgit fork 后合并 git 官方代码推出了 git 发行版 git-for-windows,git-for-windows 使用MSYS2 的工具链,但是在基本设置上沿袭了 msysgit 的设置,版本比 msysgit 新。