up vote 0 down vote favorite
1
share [g+] share [fb]

I have read a turotial that is using git http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/ . I then go to download what it says to msysgit installer" However there is no option to download this MSYSGIT but instead ONLY GitGUI. How can I install Git from this package and access it from a command prompt?

link|improve this question

73% accept rate
add a [Windows] tag to your question – Darren Newton Jan 21 '10 at 19:37
feedback

2 Answers

up vote 1 down vote accepted

The package 'Git-1.6.5.1-preview20091022.exe' is what you want. This is the msysgit Installer.

link|improve this answer
feedback

That's very strange because I see a list of links that has not anything GitGUI related but has a msysGit installator link.

link|improve this answer
That installer is only for people wishing to hack on Git itself. It is more complex and downloads more stuff. If you only plan to use Git as a tool, then get the other package – davr Jan 21 '10 at 19:42
From this point of view msysgit.googlecode.com/files/… is even better because it provides also Explorer integration without which it's hard to use any VCS under Windows, and Git version is same. Anyway, they both are marked as 'Featured Beta'. – whitequark Jan 21 '10 at 19:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.