Using Git on Windows

前端 未结 5 687
栀梦
栀梦 2020-12-16 12:36

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

相关标签:
5条回答
  • 2020-12-16 12:43

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

    0 讨论(0)
  • 2020-12-16 12:54

    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.

    0 讨论(0)
  • 2020-12-16 13:02

    msysgit and TortoiseGit / GitCheetah

    0 讨论(0)
  • 2020-12-16 13:02

    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.

    0 讨论(0)
  • 2020-12-16 13:03

    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.

    0 讨论(0)
提交回复
热议问题