LWN.net Logo

Hg Init: a Mercurial tutorial

Hg Init: a Mercurial tutorial

Posted Feb 24, 2010 19:29 UTC (Wed) by dlang (✭ supporter ✭, #313)
In reply to: Hg Init: a Mercurial tutorial by astrophoenix
Parent article: Hg Init: a Mercurial tutorial

Yes, git supports windows in two ways

1. you can run it under cygwin

2. you can run the msysgit (I think that's it's name) which is a windows native implementation of git.


(Log in to post comments)

Hg Init: a Mercurial tutorial

Posted Feb 24, 2010 20:09 UTC (Wed) by dkrawchuk (subscriber, #21896) [Link]

msysgit gets you git plus the full mingw and msys. There is also a git port with just enough msys stuff to function properly.

Hg Init: a Mercurial tutorial

Posted Feb 24, 2010 21:36 UTC (Wed) by paulj (subscriber, #341) [Link]

There's a native Java port of git at that. See http://www.jgit.org/. It's
used by Eclipse, amongst others.

Git on Windows

Posted Feb 25, 2010 12:17 UTC (Thu) by epa (subscriber, #39769) [Link]

For Windows users, the git-sharp implementation of Git may be useful. It is a reimplementation of the code in C# and might fit more easily into Windows-flavoured .NET applications. I don't believe any GUI front end has yet been written, however.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds