发布于 2016-05-20 10:31:32 | 179 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的Git中文教程(社区版),程序狗速度看过来!

Git分布式版本控制系统

Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。


Git 2.8.3 发布了,改进记录如下:

 * "git send-email" now uses a more readable timestamps when
   formulating a message ID.

 * The repository set-up sequence has been streamlined (the biggest
   change is that there is no longer git_config_early()), so that we
   do not attempt to look into refs/* when we know we do not have a
   Git repository.

 * When "git worktree" feature is in use, "git branch -d" allowed
   deletion of a branch that is checked out in another worktree

 * When "git worktree" feature is in use, "git branch -m" renamed a
   branch that is checked out in another worktree without adjusting
   the HEAD symbolic ref for the worktree.

 * "git format-patch --help" showed `-s` and `--no-patch` as if these
   are valid options to the command.  We already hide `--patch` option
   from the documentation, because format-patch is about showing the
   diff, and the documentation now hides these options as well.

 * A change back in version 2.7 to "git branch" broke display of a
   symbolic ref in a non-standard place in the refs/ hierarchy (we
   expect symbolic refs to appear in refs/remotes/*/HEAD to point at
   the primary branch the remote has, and as .git/HEAD to point at the
   branch we locally checked out).

 * A partial rewrite of "git submodule" in the 2.7 timeframe changed
   the way the gitdir: pointer in the submodules point at the real
   repository location to use absolute paths by accident.  This has
   been corrected.

 * "git commit" misbehaved in a few minor ways when an empty message
   is given via -m '', all of which has been corrected.

 * Support for CRAM-MD5 authentication method in "git imap-send" did
   not work well.

 * The socks5:// proxy support added back in 2.6.4 days was not aware
   that socks5h:// proxies behave differently.

 * "git config" had a codepath that tried to pass a NULL to
   printf("%s"), which nobody seems to have noticed.

 * On Cygwin, object creation uses the "create a temporary and then
   rename it to the final name" pattern, not "create a temporary,
   hardlink it to the final name and then unlink the temporary"
   pattern.

下载地址:https://git-scm.com/downloads



历史版本 :
Git for Windows 2.16.1 发布,分布式版本控制系统
git-for-windows 2.16.0 发布,添加新特性
git-for-windows v2.13.1.windows.5 发布
git-for-windows 2.15.1(2) 发布,Bug 修复版本
Git for Windows 2.15.1 发布,分布式版本控制系统
Git for Windows v2.15.0 发布,分布式版本控制系统
Git for Windows v2.15.0-rc2,分布式版本控制系统
Git for Windows 2.14.3 发布,分布式版本控制系统
Git for Windows 2.14.2(3) 版本发布
Git v2.14.1 发布,分布式版本控制系统
Git for Windows 2.14.0(2) 发布,bug 修复
Git v2.14.0 发布,分布式版本控制系统
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务