gitsetup.exe - Git on Windows

A clean and simple setup specifically designed to install Git on Windows. Git is installed and seamlessly integrated into your PATH to work from any command prompt. Special shortcuts and "Git command prompt from here" shell extensions are unnecessary. This is pure Git on Windows.

gitsetup.exe is a Burn Bundle (see the WiX toolset) that contains a single Windows installer package (.msi). The Windows installer package provides a robust, transacted installation for msysGit.

Also includes:

  • git-credential-winstore and Git Credential Manager - Windows credential store managers are small helper apps that reduce the amount you are prompted for credentials. They implement the git credentials API as defined by the Git Documentation.

  • git-flow - GitFlow is a collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

  • posh-git - Posh-git is a set of PowerShell scripts which provide Git/PowerShell integration.