Question

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.

Was it helpful?

Solution 5

Never found the previous options that great for Windows and had used mercurial for quite some time instead.

Now GitHub have done github:windows and after just a little use it is very impressive. It's a well thought out product and think will greatly extend GitHub usage on windows.

OTHER TIPS

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.

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

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

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top