发布于 2015-07-16 06:00:35 | 150 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Git中文教程(社区版),程序狗速度看过来!
Git分布式版本控制系统
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
Git 2.4.6 发布,更新内容如下:
* "git fetch --depth=<depth>" and "git clone --depth=<depth>" issued
a shallow transfer request even to an upload-pack that does not
support the capability.
* "git fsck" used to ignore missing or invalid objects recorded in reflog.
* The tcsh completion writes a bash scriptlet but that would have
failed for users with noclobber set.
* Recent Mac OS X updates breaks the logic to detect that the machine
is on the AC power in the sample pre-auto-gc script.
* "git format-patch --ignore-if-upstream A..B" did not like to be fed
tags as boundary commits.
此外还有一些常规修复,文档更新和代码清理。
下载:https://github.com/git/git/archive/v2.4.6.zip。
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。