Cosimo Streppone wrote on 2010-01-20: > On Wed, 20 Jan 2010 03:18:31 +0100, Christopher J. Madsen > <p...@cjmweb.net> wrote: >> Also, I haven't tried installing Git on Windows, as I'm doing most of >> my Perl work on Linux these days. I understand that used to be pretty >> difficult, but I've heard it's much easier these days. Are you using >> msysGit? > > Git on windows was painful to set up for me. > > And no, I don't like to run msysGit, it just adds another complication. > After battling for a while, I can now run git.exe in my regular > command line window, but I had to copy stuff manually etc... > but it's not really straightforward.
I'm using Git on Windows, and it works perfectly well for me. I installed msysGit, but I generally don't use the msys shell since having discovered (thanks to Max Maischein) that just putting C:\Program Files\Git\cmd in your PATH in a regular cmd.exe shell lets you do just about everything that you need from there. Gui GUI and Gitk work nicely too.