What GUIs exist for Git on Windows - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T16:26:28Z http://stackoverflow.com/feeds/question/157476 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/157476/what-guis-exist-for-git-on-windows 18 What GUIs exist for Git on Windows Rory Becker 2008-10-01T13:03:55Z 2009-12-06T16:20:53Z <p>I use Subversion via TortoiseSVN but I hear good things about Git.</p> <p>Are there any similar tools available for Git on Windows?</p> <p>Feel free to answer with tools which still in early development.</p> http://stackoverflow.com/questions/157476/what-guis-exist-for-git-on-windows/157489#157489 11 Answer by Prakash for What GUIs exist for Git on Windows Prakash 2008-10-01T13:08:01Z 2008-10-01T13:15:50Z <ol> <li><a href="http://www.kernel.org/pub/software/scm/git/docs/git-gui.html" rel="nofollow">git-gui</a> (distributed with Git) </li> <li><a href="http://sourceforge.net/projects/qgit" rel="nofollow">qgit</a>,</li> <li><a href="http://cola.tuxfamily.org/" rel="nofollow">git-cola - a highly caffeinated git gui</a></li> </ol> http://stackoverflow.com/questions/157476/what-guis-exist-for-git-on-windows/157496#157496 3 Answer by Oli for What GUIs exist for Git on Windows Oli 2008-10-01T13:09:09Z 2008-10-01T13:09:09Z <p><a href="http://code.google.com/p/msysgit/" rel="nofollow">GitCheetah</a> (although it's early days). And the default tools that ship with git.</p> http://stackoverflow.com/questions/157476/what-guis-exist-for-git-on-windows/157510#157510 3 Answer by Peter Boughton for What GUIs exist for Git on Windows Peter Boughton 2008-10-01T13:11:49Z 2008-10-01T13:11:49Z <p>There's <a href="http://wiki.eclipse.org/EGit/Proposal" rel="nofollow">egit</a> for Eclipse.</p> http://stackoverflow.com/questions/157476/what-guis-exist-for-git-on-windows/164656#164656 12 Answer by Aristotle Pagaltzis for What GUIs exist for Git on Windows Aristotle Pagaltzis 2008-10-02T21:17:55Z 2008-10-02T21:17:55Z <p>The git wiki has <a href="http://git.or.cz/gitwiki/InterfacesFrontendsAndTools" rel="nofollow">a comprehensive list of frontends and interfaces</a>.</p> http://stackoverflow.com/questions/157476/what-guis-exist-for-git-on-windows/484333#484333 8 Answer by BlaM for What GUIs exist for Git on Windows BlaM 2009-01-27T17:22:20Z 2009-01-27T17:22:20Z <p>There are some people working on a Tortoise port for GIT: <a href="http://code.google.com/p/tortoisegit/" rel="nofollow">http://code.google.com/p/tortoisegit/</a></p> <p>Still in early stages, but worth to keep an eye on.</p> http://stackoverflow.com/questions/157476/what-guis-exist-for-git-on-windows/1615595#1615595 1 Answer by unknown (google) for What GUIs exist for Git on Windows unknown (google) 2009-10-23T20:01:46Z 2009-10-23T20:01:46Z <p><a href="http://code.google.com/p/gitextensions" rel="nofollow">GitExtensions</a> is a GUI, Visual Studio plugin and shell extensions for Git.</p> http://stackoverflow.com/questions/157476/what-guis-exist-for-git-on-windows/1646813#1646813 0 Answer by jmav for What GUIs exist for Git on Windows jmav 2009-10-29T21:54:55Z 2009-10-29T21:54:55Z <p>tortoisegit <a href="http://code.google.com/p/tortoisegit/" rel="nofollow">http://code.google.com/p/tortoisegit/</a></p>