Can't find a decent git gui for windows. Anyone know of one?

前端 未结 7 707
梦谈多话
梦谈多话 2021-02-06 09:41

I\'m running win7 and need a good git client with a GUI. I like bash but it feels clunky in windows. the GUI that comes with the windows package at git\'s website is missing a l

相关标签:
7条回答
  • 2021-02-06 10:17

    You can use gitextensions with Visual Studio. Otherwise I believe you're going to need to get acquianted with the command line.

    http://code.google.com/p/gitextensions/

    0 讨论(0)
  • 2021-02-06 10:18

    SmartGit is quite good although not fully featured yet. The only thing puting me off it is the lack of "blame". But it looks like they're aiming for full functionality so they'll certainly implement it in the future.

    0 讨论(0)
  • 2021-02-06 10:19

    GitHub for Windows came out recently. It manages local repos as well as supports pushing to github.com. I have been playing with it and must say it is fantastic.

    0 讨论(0)
  • 2021-02-06 10:21

    SourceTree (from Atlassian, which runs BitBucket) was recently released for Windows. I find it suits our needs well. Here's a short review.

    0 讨论(0)
  • 2021-02-06 10:28

    You can find all the exisiting Git FrontEnd GUI in this page.

    MSysGit just released a "Cheetah" edition, which should be on par with a TorToiseSVN.
    Waiting for Cheetah full integration, TortoiseGit is already available

    TortoiseGit Context menu

    The Eclipse Egit plugin also makes progress. (see its wiki)

    Egit


    For all those tools, I manage just fine with Git on Windows.

    0 讨论(0)
  • 2021-02-06 10:30

    You should also take a look at

    • QGit (there is also a windows downoad)
    • TortoiseGit (This is a port of TortoiseSvn
    0 讨论(0)
提交回复
热议问题