Windows – Which version of Git to use with Windows

gittortoise-gitversion controlwindows

I wish to install Git on Windows 7. There appears to be two versions. I will be using it in conjunction with Tortoise Git.

An answer on StackOverflow indicated that I should use msysgit if used with Windows. The ProGit book which I purchased also references the old Google link which has been redirected to msysgit. I've installed it, however, later have found that Tortoise Git wiki indicates the latter.

Which software should be installed given my requirements described above?

Best Answer

I personally have installed msysgit with TortoiseGit, and perfectly worked all the time.

It's updated more frequently and and integrates perfectly with TortoiseGit.

EDIT: At 2016 msysgit it is not recomended version anymore in fact now redirects to http://git-scm.com/ , now download Git from https://git-scm.com/download/win

Related Question