What GUIs exist for Git on Windows - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T16:26:28Zhttp://stackoverflow.com/feeds/question/157476http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/157476/what-guis-exist-for-git-on-windows18What GUIs exist for Git on WindowsRory Becker2008-10-01T13:03:55Z2009-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#15748911Answer by Prakash for What GUIs exist for Git on WindowsPrakash2008-10-01T13:08:01Z2008-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#1574963Answer by Oli for What GUIs exist for Git on WindowsOli2008-10-01T13:09:09Z2008-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#1575103Answer by Peter Boughton for What GUIs exist for Git on WindowsPeter Boughton2008-10-01T13:11:49Z2008-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#16465612Answer by Aristotle Pagaltzis for What GUIs exist for Git on WindowsAristotle Pagaltzis2008-10-02T21:17:55Z2008-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#4843338Answer by BlaM for What GUIs exist for Git on WindowsBlaM2009-01-27T17:22:20Z2009-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#16155951Answer by unknown (google) for What GUIs exist for Git on Windowsunknown (google)2009-10-23T20:01:46Z2009-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#16468130Answer by jmav for What GUIs exist for Git on Windowsjmav2009-10-29T21:54:55Z2009-10-29T21:54:55Z<p>tortoisegit
<a href="http://code.google.com/p/tortoisegit/" rel="nofollow">http://code.google.com/p/tortoisegit/</a></p>