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: 518
        
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:
- MSYSgit
- git under Cygwin
- (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