内容简介:Git for Windows 2.19.1 已发布,更新如下: 新特性 Comes with Git v2.19.1. Comes with Git LFS v2.5.2. Comes with Git Credential Manager v1.17.2. When FSCache is enabled, commands such as add, commit,...
Git for Windows 2.19.1 已发布,更新如下:
新特性
Comes with Git v2.19.1.
Comes with Git LFS v2.5.2.
Comes with Git Credential Manager v1.17.2.
When FSCache is enabled, commands such as
add,commit, andresetare now much faster.Sublime Text, Atom, and even the new user-specific VS Code installations can now by used as Git's default editor.
Comes with Git Credential Manager v1.18.0.
Bug 修复
Several corner case bugs were fixed in the built-in
rebase/stashcommands.An occasional crash in
git gc(which had been introduced into v2.19.0) has been fixed.
各版本下载地址详见:https://github.com/git-for-windows/git/releases/tag/v2.19.1.windows.1
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 腾讯云发布IPv6智联升级方案 支撑企业用户分钟级平滑升级
- BeetlSQL 3.2.6 发布,建议升级
- 蝉知7.6正式发布,移动端重磅升级
- KaOS 2019.02 发布,系统全面升级
- Node 12.1.0 发布,ICU 升级
- Node 12.1.0 发布,ICU 升级
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入浅出Node.js
朴灵 / 人民邮电出版社 / 2013-12-1 / CNY 69.00
本书从不同的视角介绍了 Node 内在的特点和结构。由首章Node 介绍为索引,涉及Node 的各个方面,主要内容包含模块机制的揭示、异步I/O 实现原理的展现、异步编程的探讨、内存控制的介绍、二进制数据Buffer 的细节、Node 中的网络编程基础、Node 中的Web 开发、进程间的消息传递、Node 测试以及通过Node 构建产品需要的注意事项。最后的附录介绍了Node 的安装、调试、编码......一起来看看 《深入浅出Node.js》 这本书的介绍吧!