Git under windows: MSYS or Cygwin?

Posted by Joce on Stack Overflow See other posts from Stack Overflow or by Joce
Published on 2009-04-23T23:01:44Z Indexed on 2010/03/18 15:41 UTC
Read the original article Hit count: 418

Filed under:
|
|
|

I plan to migrate my projects over to git, and I'm currently wondering which is the best and / or most stable option under windows.

From what I gather I basically have 2.5 options:

  1. MSYSgit
  2. git under Cygwin
  3. (aka 2.5) MSYSgit from a Cygwin prompt (given that Cygwin git is already installed).

Note: IMO Cygwin in itself is a big plus as you can have access to pretty much all the *nix command line tools, as where with MSYSgit bash, you only have access to a rather small subset of these tools.

Given that, what option would you suggest?

© Stack Overflow or respective owner

Related posts about dcvs

Related posts about git