Skip to content
Git for Windows 2.4.4 release 2

Changes since Git for Windows 2.4.4:

- git-bash.exe no longer changes the working directory to the user's home
  directory.
- Git can now clone into a drive root.
- For backwards-compatibility, redirectors are installed into /bin/bash.exe
  and /bin/git.exe, e.g. to support SourceTree and TortoiseGit better.
- When using `core.symlinks = true` while cloning repositories with
  symbolic links pointing to directories, [`git status` no longer shows
  bogus modifications.