What is the simplest (to install and use) git client for Windows nowadays?
Asked
Active
Viewed 3,503 times
5 Answers
16
msysgit and TortoiseGit / GitCheetah

Franci Penov
- 74,861
- 18
- 132
- 169
-
5I'm a long time user of TortoiseSVN, will I get the same/similar user experience (aka/ smaller learning curve) if I choose TortoiseGit? – Trav L Jan 14 '10 at 01:50
-
1I had heaps of problems with SSH+msygit. IMHO do yourself a favour and just use Cygwin. – cletus Jan 14 '10 at 03:00
-
1The whole po9int of TortoiseGit is to provide the same level of convenience and a similar environment for people used to TortoiseSVN – Franci Penov Jan 14 '10 at 03:07
6
-
1@Kuroki, if I understand correctly, it's actually git which has problems with Unicode characters in filenames (on Windows). – Benjol Nov 29 '10 at 14:17
-
1[SmartGit requires JRE](http://www.syntevo.com/smartgit/download.html?all=true) and isn't open source. On the other hand, it has a portable version from which you can remove the JRE, and it's free for non-commercial use. – Dan Dascalescu Jan 07 '13 at 05:45
5
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.

Clark Gaebel
- 17,280
- 20
- 66
- 93
2
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.

brian d foy
- 129,424
- 31
- 207
- 592
-
I've tried that one before, it's a pain in the ass to setup. I want something that's quick and easy to deploy. – Alix Axel Jan 14 '10 at 01:58
-
Which one? I mentioned two. I think cygwin is amazingly easy to install. – brian d foy Jan 14 '10 at 02:54
1
I had serious issues with negotiating SSL connections with msygit+putty. It's so much easier on cygwin. I even wrote up a guide on it. See Windows Git Tutorial: Cygwin, SSH and Projectlocker.

cletus
- 616,129
- 168
- 910
- 942
-
2Why not use native SSH? Much easier. I just placed .ssh folder in my user directory and never worried about it. Of course it has to be a passwordless key in order not to type the password in all the time. – Igor Zevaka Jan 14 '10 at 03:16