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.