内容简介:git-for-windows 2.16.0 发布。 更新内容: 新特性: Comes with Git Credential Manager v1.14.0. The Git for Windows installer now offers to configure Visual Studio Code as default editor for Git. C...
git-for-windows 2.16.0 发布。
更新内容:
新特性:
Comes with Git Credential Manager v1.14.0.
The Git for Windows installer now offers to configure Visual Studio Code as default editor for Git.
Comes with OpenSSL v1.0.2n.
git checkout
is now a lot faster when checking out a lot of files.The
core.excludesfile
can now reference a symbolic link.Comes with patch level 7 of the MSYS2 runtime (Git for Windows flavor) based on Cygwin 2.9.0.
With lots of files,
git reset --hard
is now a lot faster when the FSCache feature is in effect.
bug 修复:
When cloning into an existing (empty) directory fails, Git no longer removes said directory.
Interrupting processes (and their children) using Control+C is now a lot more robust.
完整内容请查看发布主页。
下载地址
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《git-for-windows 2.16.0 发布,添加新特性》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Python 3.7 测试预览版已经发布,添加新特性
- 新发布的CoffeeScript 2中添加了现代JavaScript特性
- memcached 1.5.3 发布,Bug 修复和新特性添加
- memcached 1.5.4 发布,Bug 修复和新特性添加
- IntelliJ IDEA 2017.2.6 发布,Bug 修复和新特性添加
- RapPhp v2.1.3 更新:添加验证器和控制器前置方法等新特性
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java编程的逻辑
马俊昌 / 机械工业出版社 / 2018-1-1 / 99
Java专家撰写,力求透彻讲解每个知识点,逐步建立编程知识图谱。本书以Java语言为例,由基础概念入手,到背后实现原理与逻辑,再到应用实践,融会贯通。 全书共六大部分,其要点如下。 第一部分(第1~2章)讲解计算机程序的基本执行流程与元素,以及数据背后的二进制表示,帮读者掌握编程的基本概念。 第二部分(第3~7章)讲解面向对象的编程原理与逻辑,涉及类、继承与多态、接口与抽象类、异......一起来看看 《Java编程的逻辑》 这本书的介绍吧!