内容简介:Git 2.19 已发布,包含来自60多位贡献者提交的功能改进和 bug 修复,亮点包括: Compare histories with git range-diff Git 2.19 引入了 git range-diff ,这是一个用于比较两个 commits 序列的工具。 git grep...
Git 2.19 已发布,包含来自60多位贡献者提交的功能改进和 bug 修复,亮点包括:
Compare histories with git range-diff
Git 2.19 引入了 git range-diff ,这是一个用于比较两个 commits 序列的工具。

git grep ’s new tricks
git grep 现在拥有一些新的功能,比如使用 git grep --column 定位到你查询的第一列匹配(first matching column),或使用 git grep -o (代表 --only-matching)来做出选择。


Sorting branches
现在可以使用 branch.sort 来配置 git branch 的默认顺序。

Directory rename detection

更多详情可查阅发行说明:
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- FreeBSD 13.0-RC1 发布:改进 TCP 性能、修复和改进 SCTP
- PhpStorm 2017.3.5 发布,错误修复和改进
- Ubuntu 18.04.1 发布,安全修复和改进
- WebStorm 2018.2.2 发布,功能改进和修复
- PhpStorm 2017.3.4 发布,修复错误和功能改进
- Tomcat 7.0.88 发布,Bug 修复和改进
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
A Philosophy of Software Design
John Ousterhout / Yaknyam Press / 2018-4-6 / GBP 14.21
This book addresses the topic of software design: how to decompose complex software systems into modules (such as classes and methods) that can be implemented relatively independently. The book first ......一起来看看 《A Philosophy of Software Design》 这本书的介绍吧!
Base64 编码/解码
Base64 编码/解码
html转js在线工具
html转js在线工具