发布于 2016-08-20 01:59:18 | 51 次阅读 | 评论: 0 | 来源: 网友投递
Git分布式版本控制系统
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
Git 2.10.0-RC1 发布了。
主要更新如下:
"git rev-parse --git-path hooks/<hook>" learned to take core.hooksPath configuration variable (introduced during 2.9 cycle) into account.
(merge 9445b49 ab/hooks later to maint).
"git log --show-signature" and other commands that display the verification status of PGP signature now shows the longer key-id, as 32-bit key-id is so last century.
查看提交记录以了解更多:https://github.com/git/git/commits/master
下载地址: