Using Git on Windows

Viewed 3488

What is the simplest (to install and use) git client for Windows nowadays?

5 Answers

Apart from others have already said, there is also SmartGit.

msysgit is, like everyone else said, wonderful.

You should also look into Git Extensions for visual studio integration, which I find I can't live without.

I just use the one in Cygwin, although many people are looking forward to msysgit once its out of the preview stage. If they make it a no-brainer to install (like in Cygwin), it would be nice.

Related