Alix Axel
Alix Axel

Reputation: 154513

Using Git on Windows

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

Upvotes: 19

Views: 3522

Answers (5)

Franci Penov
Franci Penov

Reputation: 75981

msysgit and TortoiseGit / GitCheetah

Upvotes: 16

cletus
cletus

Reputation: 625037

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.

Upvotes: 1

Rook
Rook

Reputation: 62538

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

Upvotes: 6

Clark Gaebel
Clark Gaebel

Reputation: 17948

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.

Upvotes: 5

brian d foy
brian d foy

Reputation: 132783

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.

Upvotes: 2

Related Questions