发布于 2015-09-02 03:49:56 | 227 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Git中文教程(社区版),程序狗速度看过来!
Git分布式版本控制系统
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
Git for Windows 2.5.1 发布,除了同步 Git 2.5.1 之外,还包括以下 bug 修复:
Backspace works now with ConHost-based (cmd.exe
) terminal.
When there is a ~/.bashrc
but no ~/.bash_profile
, the latter will be created automatically.
When calling a non-login shell, the prompt now works.
The text in the installer describing the terminal emulator options is no longer cut off.
The connect.exe
tool to allow SSH connections via HTTP/HTTPS/SOCKS proxies is included in Git for Windows again, as it was in Git for Windows 1.x.
The LANG
variable is no longer left unset (which caused troubles with vim).
call start-ssh-agent
no longer spits out bogus lines.
It is now possible even behind NTLM-authenticated proxies to install Git for Windows' SDK.
We can handle the situation now when the first $PATH
elements point outside of Git for Windows' bin/
directories and contain .dll
files that interfere with our own (e.g. PostgreSQL's libintl-8.dll
).
The patch
tool is now included again as it was in Git for Windows 1.x.
下载:
msysgit 的开发成员 dscho 从 msysgit fork 后合并 git 官方代码推出了 git 发行版 git-for-windows,git-for-windows 使用MSYS2 的工具链,但是在基本设置上沿袭了 msysgit 的设置,版本比 msysgit 新。
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。