Git 2.6 发布,带来多项新特性:
git fsck 更加灵活
git status 在交互 rebase 时信息更丰富
log --date 可使用自定义格式
git log --cc 默认显示差异
Git是一个开源的分布式版本控制系统,用以有效、高速的处理从很小到非常大的项目版本管理。
开源中国 Git 代码托管平台:http://git.oschina.net/
软件详情:https://github.com/git/git/blob/v2.6.0/Documentation/RelNotes/2.6.0.txt
下载地址:https://github.com/blog/2066-git-2-6-including-flexible-fsck-and-improved-status
来自:开源中国社区

