摘要: 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. Confi ...
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.
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/").