发布于 2015-09-18 23:55:50 | 105 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Git中文教程(社区版),程序狗速度看过来!
Git分布式版本控制系统
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
Git for Windows 2.5.3 发布,此版本更新内容如下:
Comes with Git 2.5.3.
Includes git flow
.
By configuring git config core.editor notepad
, users can now use notepad.exe
as their default editor. Configuring git config format.commitMessageColumns 72
will be picked up by the notepad wrapper and line-wrap the commit message after the user edited it.
The Subversion bindings for use with git svn
were upgraded to version 1.9.1.
Some interactive console programs, e.g. psql.exe
, now work in mintty thanks to pre-configured aliases.
The mechanism to diff .pdf
, .doc
and .docx
files known from Git for Windows 1.x has been ported to Git for Windows 2.x.
Git can now access IPv6-only hosts via HTTP/HTTPS.
The .vimrc
in the home directory is now allowed to have DOS line endings.
The README.portable
file of the portable Git mentions the need to run post-install.bat
when the archive was extracted manually.
Home directories for user names with non-ASCII characters are handled correctly now.
The documentation no longer shows plain-text linkgit:...
"links" but proper hyperlinks instead.
The mtab
link is written to /etc/mtab
again, as it should.
When run inside the PowerShell, Git no longer gets confused when the current directory's path and what is recorded in the file system differs in case (e.g. "GIT/" vs "Git/").
下载:
msysgit 的开发成员 dscho 从 msysgit fork 后合并 git 官方代码推出了 git 发行版 git-for-windows,git-for-windows 使用MSYS2 的工具链,但是在基本设置上沿袭了 msysgit 的设置,版本比 msysgit 新
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。