发布于 2017-04-20 23:58:44 | 56 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Pro Git v2 中文版,程序狗速度看过来!
Git分布式版本控制系统
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
Git v2.13-rc0 发布了。
部分更新内容:
UI, Workflows & Features
"git describe" and "git name-rev" have been taught to take more than one refname patterns to restrict the set of refs to base their naming output on, and also learned to take negative patterns to name refs not to be used for naming via their "--exclude" option.
Deletion of a branch "foo/bar" could remove .git/refs/heads/foo once there no longer is any other branch whose name begins with "foo/", but we didn't do so so far. Now we do.
When "git merge" detects a path that is renamed in one history while the other history deleted (or modified) it, it now reports both paths to help the user understand what is going on in the two histories being merged.
The <url> part in "http.<url>.<variable>" configuration variable can now be spelled with '*' that serves as wildcard.
……
下载地址: