Git 2.19 已发布,包含来自60多位贡献者提交的功能改进和 bug 修复,亮点包括: Compare histories with git range-diffGit 2.19 引入了 git range-diff ,这是一个用于比较两个 commits 序列的工具。 git grep ’s new tricksgit grep 现在拥有一些新的功能,比如使用 git grep --column 定位到你查询的第一列匹配(first matching column),或使用 git grep -o (代表 --only-matching)来做出选择。 ![]() Sorting branches现在可以使用 branch.sort 来配置 git branch 的默认顺序。 Directory rename detection更多详情可查阅发行说明: 下载地址: |