views:

1215

answers:

4

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.

+4  A: 

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

cletus
cygwin's git works fine for me, too.
Don Branson
+3  A: 

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

RoliSoft
+5  A: 

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.

Lee B
+3  A: 

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.

Jonathan Lonowski