Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I use Subversion via TortoiseSVN but I hear good things about Git.

Are there any similar tools available for Git on Windows?

Feel free to answer with tools which still in early development.

share|improve this question
11  
The official GitHub for Windows has now been released. windows.github.com – Lavinski Jun 1 '12 at 8:38
6  
@Lavinski please don't confuse GitHub with Git. These are not the same things. OP never said anything about Github. – Mxx Sep 27 '12 at 19:34
4  
@Mxx I know, you can use it for any git repo not just GitHub – Lavinski Sep 27 '12 at 23:11
1  
I briefly tried GitHub for Windows as Git client (independently of github.com), but I found it completely useless. The only thing it seems to be able to do fetch, commit and push (not even clone), and all of that in a very awkward manner. It hides away all the important features, forcing me to use the CLI for pretty much anything - which makes me wonder why I should bother with a front end in the first place. – chris Mar 6 at 16:44
   
The only really useful Windows GUI client for any DVCS which I found so far is TortoiseHg. Although not perfect, it seems to be the only one that actually makes things easier instead of harder. The really nice thing about TortoiseHg is that it helps in reeducating SVN users towards working with DVCS, as opposed to TortoiseGit which tries to masquerade Git as if it were SVN, which it isn't -- which only makes things more confusing instead of easier. – chris Mar 6 at 16:53
show 1 more comment

closed as not constructive by Will Mar 11 at 13:28

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

13 Answers

up vote 122 down vote accepted

There is a TortoiseSVN port for GIT: http://code.google.com/p/tortoisegit/

The software installs as shell extension (right-click in Explorer and other file-browsers) and works with sites like GitHub.

I've successfully used it in WindowsXP (x86), Windows Vista (x64) and Windows 7 (x64) environments.

share|improve this answer
2  
I use TortoiseGIT regularly and it's ok, feels a little slower than Tortoise SVN (the explorer window tends to hang for git directories sometimes) but i couldn't find any other problems. – dbemerlin Mar 16 '10 at 15:32
31  
If you're not yet used to git you may want to avoid TortoiseGit and instead use the command line + git-gui + gitk. When I used TortoiseGit, it was a broken attempt at porting TortoiseSVN and you get in trouble when you can't do the normal git things. You may want to check out my comment on other GUI's: stackoverflow.com/questions/83789/… – UncleCJ Apr 20 '10 at 10:51
1  
@UncleCJ +1 for the amazingly simple and effective built-in git-gui! Also, since gitextensions comes with msysgit, it already have git-gui as well. :) – Cawas Jan 24 '12 at 16:45
1  
Avoid TortoiseGit, it does not support stage + using shell extension for version control is a bad idea. – mamu Apr 14 '12 at 13:09
Funny, I thought TortoiseGit was the perfect replacement for gitk + git-gui, which should really be combined into one. – prusswan Jul 5 '12 at 11:53
show 2 more comments

The git wiki has a comprehensive list of frontends and interfaces.

share|improve this answer
34  
Comprehensive indeed. However, it makes the decision harder at best. – DerMike Aug 2 '11 at 15:02
4  
Hoo boy, yes. At the time I wrote this answer the list was much shorter. – Aristotle Pagaltzis Aug 23 '11 at 0:50
2  
Looks like kernel.org is back up, but the wiki portion is still down. The [git homepage](git-scm.com) has an interface tools section which covers the most popular options. – harbichidian Oct 11 '11 at 20:40
1  
The page is back up now, the list is quite long :) There is a helpful feature comparison table though – laxxy Mar 11 '12 at 14:46
1  
I think the link needs to be updated to this – Bazman May 30 '12 at 11:56
show 2 more comments

GitExtensions is a GUI, Visual Studio plugin and shell extensions for Git.

share|improve this answer
26  
GitExtensions is definitely the best. The proof is that I find myself forgetting git's command line syntax. I believe if a front end can make you forget the command line syntax, it has done its job. – carleeto Aug 24 '10 at 4:11
As good as SmartGit, afaict, but F/freer. Also written with Mono (+1). – ruffin Nov 21 '12 at 16:16

The official GitHub for Windows has now been released.

share|improve this answer
1  
Awesome tool. Hope this question gets upvoted to the top! – jonathanconway Jul 3 '12 at 2:48
GitHub for Windows I believe works with Github only. – Codex73 Oct 9 '12 at 21:17
1  
No: it claims to work with any Git repository. – Gandalf the Grey Oct 11 '12 at 7:17
12  
Unfortunately, I find this extremely hard to use for anything more than basic workflows. It's also bug ridden. There is no indication of what "unsynced" and "synced" means, but it's basically very confusing because it's so over simplified. – Earlz Oct 16 '12 at 21:31
It has a long way to go. Great if you want to use git for a new project. TERRIBLE if you want to do anything else. Does not support SSH connections. Be warned. – MikeNGarrett Feb 27 at 3:47
show 1 more comment

Usually I prefer free and open source tools but there is a commercial GUI for GIT that is really nice SmartGIT, also multiplatform.

For open-source projects the tools is now FREE and for commercial usage it costs up to 60$.

I had bad experiences with other GIT GUIs on Windows, regarding this one I don't have a bad one yet but it was recommended to me by a friend.

share|improve this answer
1  
It is good, and it's getting better - v2.0 is in alpha. – Benjol Nov 29 '10 at 14:13
3  
2  
I've been using it for 3 years, and it keeps getting better. SmartGit is unquestionably the best gui for both Windows and OS X. The only thing it lacks is a key tool for getting and generating keys. As far as I know, no other GUI has the feature either. So I wrote one. – Computer Linguist May 22 '11 at 10:25
1  
By the way, I taught someone who was new to computers to use SmartGit in only a few hours. +1 for simplicity. – Computer Linguist May 22 '11 at 10:28
Disagree about SmartGit being the best on OSX - I know this is about PC clients, but since you mentioned it, I personally prefer Tower Git over SmartGit for ease of use. – Cthutu Feb 21 '12 at 22:37

Github has released an updated official interface for using Github on Windows on May 21 2012. Read the release blog here.

A new button 'Clone in Windows' will be visible, if you are visiting github.com repository from a windows machine.

Github: Clone in Windows

This new application is a native client which integrates with Windows XP, Vista, Windows 7 and the pre-release Windows 8. It also includes a complete installation of msysGit.

You can also use the plugins available in Eclipse, Netbeans or other IDEs to use git features from your favourite development environment.

share|improve this answer
This looked promising, but was really buggy. So I waited. After 11 months... it's still on v1.0. Ugh. – Costa Apr 10 at 22:54
  1. git-gui (distributed with Git)
  2. qgit,
  3. git-cola - a highly caffeinated git gui
share|improve this answer
4  
This is quite out of date advise, these are not really the main ones to use now. – corydoras Jan 20 '10 at 23:24
4  
@corydoras do you know what the main ones are now then? – jasondavis Jan 21 '10 at 10:16
3  
While I dont know everyone in the world, I cant comment on what is most popular. However every windows git user I know uses either TortoiseGit or GitExtensions. I have been quite happy with GitExtensions, not sure about TortoiseGit. I would be quite interested to see what is the best answer more than a year on from when this question was first asked. – corydoras Jan 22 '10 at 4:05

There's egit for Eclipse.

share|improve this answer

msysgit - Git for Windows

share|improve this answer
2  
++ this. This gives you basic git on a Windows box, and it works very well for me. gitk, included, is more than useful enough to manage a project. – Kumba Jul 6 '11 at 3:52
gitk +1 ...accompanied with the Git Gui. Not that bad. – pepr Apr 25 '12 at 16:45

I've been using smartgit for about a month. Certainly worth taking a look at if you prefer a gui.

http://www.syntevo.com/smartgit/index.html

share|improve this answer
4  
You should have mentioned it's non-free. – Lohoris Apr 17 '12 at 13:58
2  
It's free for non-commercial projects. – dave-holm Nov 21 '12 at 21:22

Sourcetree is now avaliable on Windows as well. It is for free as of now.

http://www.sourcetreeapp.com/

enter image description here

share|improve this answer

GitCheetah (although it's early days). And the default tools that ship with git.

share|improve this answer
Years later, the git-cheetah web site still says: TortoiseCVS (and later TortoiseSVN) set the scene for convenient source code management on Windows. Not to be left behind, git has the beginnings of a clone, called git-cheetah. (Note: in the meantime, people have started their own extensions, since duplicating efforts is so much fun.) This page is about setting up git-cheetah as a submodule of msysGit and working with it on other platforms such as Linux (Gnome) and Mac OS X see the section Git-Cheetah on other Platforms. – James Moore Jun 24 '11 at 18:57

You can find an overview of some GUI Clients for git on the git webpage: http://git-scm.com/downloads/guis

BTW: There is also a Visual Studio 2010/2012 Addin for Git (Git Source Control Provider) http://visualstudiogallery.msdn.microsoft.com/63a7e40d-4d71-4fbb-a23b-d262124b8f4c

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.