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?
See also http://stackoverflow.com/q/22310007/405017 and http://stackoverflow.com/q/11849737/405017 and http://stackoverflow.com/q/3672272/405017
– Phrogz – 2015-04-30T15:31:02.9072
Download the current version located here it should have no problem supporting
– Ramhound – 2014-04-16T15:56:06.260TortoiseGit
. The official Git website is http://git-scm.com/.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.4371All 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.287I 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