发布于 2017-05-10 23:47:58 | 141 次阅读 | 评论: 0 | 来源: 网友投递
Git分布式版本控制系统
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
Git for Windows 2.13.0 发布了。Windows v2.12.2(2) 以来更新如下:
Comes with Git v2.13.0.
Comes with cURL v7.54.0.
Comes with Git LFS v2.1.0.
As per Git LFS' convention, it is installed into the bin/
directory again.
Calling git add
with an absolute path using different upper/lower case than recorded on disk will now work as expected instead of claiming that the paths are outside the repository.
Git for Windows no longer tries to determine the default printer.
When writing the Git index file, Git for Windows no longer has the wrong idea about the file's timestamp.
On Windows, absolute paths can start with a backslash (implicitly referring to the same drive as the current directory), and now git clone
can use those paths, too.