发布于 2015-09-13 00:19:45 | 133 次阅读 | 评论: 0 | 来源: 网友投递
Git分布式版本控制系统
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
Git for Windows 2.5.2.2 发布,此版本修复了 Git for Windows 2.5.2 的一个 Git GUI 回退问题,其他 bug 修复:
It now works to call git add -p -- .
when there is a large number of files.
The Arrow keys can be used in the Bash history again when run in the Windows console.
Tab completion in the context of a large Active Directory is no longer slow.
下载:
msysgit 的开发成员 dscho 从 msysgit fork 后合并 git 官方代码推出了 git 发行版 git-for-windows,git-for-windows 使用MSYS2 的工具链,但是在基本设置上沿袭了 msysgit 的设置,版本比 msysgit 新。