vote up 3 vote down star
1

I intend to use GitHub with Git Extensions and possibly integrate with FogBugz (optional).

Looking at the download page and reading some rather technical half related questions I wanted to see what you thought would be better to install on Windows 7, given I want to integrate with Visual Studio 2008 (thinking this would be through GitExtensions).

A straight answer (msysGit or Cygwin?) between the two would be great but any more no brainer advice on starting out on GitHub would be welcome, or if indeed I've missed the mark entirely (does it matter which?). Will be importing from Subversion.

flag

80% accept rate

4 Answers

vote up 2 vote down

Git Extensions requires msysGit. The "Complete" installation has msysGit and KDiff3 packed with it.

As for the versus, the only major difference I know of is that msysGit doesn't support git-daemon, yet. Since you're using GitHub, this shouldn't affect you much.

link|flag
vote up 3 vote down

Cygwin's was the officially recommended one last time I checked, but I think msysgit might have caught up now. I'm using TortoiseGit with msysgit, and it seems to work fine. Recommended.

link|flag
vote up 2 vote down

If you used TortoiseSVN with Subversion you might want to take a look at TortoiseGit, TortoiseSVN's Git version.

link|flag
vote up 4 vote down

In my experience, Cygwin is much better: Windows Git Tutorial: Cygwin, SSH and Projectlocker.

link|flag
2  
cygwin's git works fine for me, too. – Don Branson Sep 19 at 18:42

Your Answer

Get an OpenID
or

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