Which version of Git to use with Windows

2

1

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?

user1032531

Posted 2014-04-16T15:41:13.860

Reputation: 1 331

2

Download the current version located here it should have no problem supporting TortoiseGit. The official Git website is http://git-scm.com/.

– Ramhound – 2014-04-16T15:56:06.260

Actually, it was just a tutorial that said to use git-scm. http://code.google.com/p/tortoisegit/wiki/SetupHowTo also describes msysGit.

– user1032531 – 2014-04-16T16:06:36.437

1All I know is that http://git-scm.com/downloads is the official website and has the current Windows binary on it. – Ramhound – 2014-04-16T16:23:09.287

I don't think that is true for the Windows version (it has 1.9.0, while the other link has 1.9.2) – user1032531 – 2014-04-17T00:53:45.120

1.9.2 is the current source release. 1.9.0 is the current build release. They have not actually 1.9.2 – Ramhound – 2014-04-17T03:20:14.023

Answers

1

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

Rafael

Posted 2014-04-16T15:41:13.860

Reputation: 157

Was in installed under C:\Program Files (x86)\Git? Wasn't for me, and all I seem to have is a shell DOS-like interface located at C:\msysgit. – user1032531 – 2014-04-16T16:05:34.717

1That was odd. Just re-downloaded it and now have a more full blown version. – user1032531 – 2014-04-16T16:12:30.340

you only will get all the GUI when you install tortoiseGit. the GUI application that comes with msysgit sucks a lot. – Rafael – 2014-04-16T16:23:08.093

5

Actually, if you follow your second link, it will tell you that you are downloading the most recent maintained build for windows, with a link to msysgit.github.com, which itself redirects to mysgit.github.io.

In the end, both versions are identical.

user2313067

Posted 2014-04-16T15:41:13.860

Reputation: 2 160

Not for me. It directly downloads 1.9.0 and doesn't take me to another site. What OS are you using when accessing the site? – user1032531 – 2014-04-17T00:56:54.017

@user1032531 Yes, but while downloading, you get a message telling you what you're downloading. – user2313067 – 2014-04-17T05:41:37.953

2

Newer versions of Git are available from https://github.com/git-for-windows/git/releases which will eventually supersede msysgit.

See https://github.com/git-for-windows/git/wiki/FAQ

Adam Baxter

Posted 2014-04-16T15:41:13.860

Reputation: 196

0

msysGit-based Git for Windows 1.x is now superseded by Git for Windows 2.x.

Git for Windows and git-scm both points to same download location for their binary

ravi parekh

Posted 2014-04-16T15:41:13.860

Reputation: 397