Reword gitweb link
[git-homepage.git] / tools.html
blob3e0e3ea5110e954a7cdb0dafcb5f5f3ddc7763d8
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5 <head>
6 <title>Git - Related Tools</title>
7 <meta name="description" content="Home of the Git Version Control System and Friends" />
8 <meta name="author" content="Petr Baudis" />
9 <meta http-equiv="reply-to" content="pasky@suse.cz" />
10 <meta http-equiv="content-language" content="en" />
11 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
12 <link type="text/css" rel="stylesheet" media="screen" href="stylesheets/screen.css" />
13 <link type="text/css" title="Default" rel="stylesheet" media="screen" href="stylesheets/screen-default.css" />
14 <link type="text/css" title="Blue" rel="alternate stylesheet" media="screen" href="stylesheets/screen-blue.css" />
15 <link type="text/css" title="Green" rel="alternate stylesheet" media="screen" href="stylesheets/screen-green.css" />
16 </head>
18 <body>
20 <table border="1" summary="Navigation links" class="header" width="100%"><tr><td>
21 <a href="index.html" id="top"><img src="git-logo.png" width="72" height="27" alt="Git"
22 style="border-width:0px;"/></a>
23 <span class="hide">:</span>
24 <span class="menu">
25 <a href="about.html">About</a> |
26 <a href="community.html">Community</a> |
27 <a href="documentation.html">Documentation</a> |
28 <a href="download.html">Download</a> |
29 <a href="tools.html">Related Tools</a>
30 </span>
31 </td></tr></table>
34 <h1>Related Tools</h1>
36 <p>Git is a true UNIX tool in the sense that it consists of many commands
37 that do one thing well. It has been designed from the start to be easily
38 wrapped in other tools and frontends. Currently, there are several
39 interfaces offering more comfortable Git usage, and also graphical
40 interfaces for browsing the history and more.</p>
42 <p>Traditionally, the low-level part of Git is called <em>plumbing</em>
43 and the interfaces and frontends are called <em>porcelains</em>.
44 Git itself comes with a default porcelain bundled and that is actually
45 what you will normally mean when you say you use Git. However, there
46 are several alternative porcelains which might offer considerably more
47 user friendly interface or extend Git to perform some specialied tasks.</p>
50 <h2>Version Control Interface layers</h2>
52 <dl>
54 <dt id="cogito">Cogito</dt>
55 <dd>
56 <a href="http://www.kernel.org/pub/software/scm/cogito/">Cogito</a>
57 is the most popular version control system on top of Git.
58 It aims at seamless user interface and ease of use, providing
59 generally smoother user experience than the "raw" Git interface
60 and indeed also many other version control systems.</dd>
62 <dt id="stgit">StGIT</dt>
63 <dd><a href="http://www.procode.org/stgit/">Stacked Git</a> provides
64 a <em>Quilt</em>-like patch management functionality in the Git environment.
65 You can easily manage your patches in the scope of Git until they get
66 merged upstream.</dd>
68 <dt id="pg">Patchy Git (pg)</dt>
69 <dd><a href="http://www.spearce.org/category/projects/scm/pg/">Patchy Git</a>
70 aims to help the user manage a set of patches on top of the current branch.
71 pg is somewhat like Quilt or StGIT,
72 but it does have a slightly different feature set.</dd>
74 <dt id="hgct">(h)gct</dt>
75 <dd><a href="http://www.cyd.liu.se/~freku045/gct/">(h)gct</a> is
76 a GUI enabled commit tool. It has support for both Git and Mercurial.</dd>
78 </dl>
80 <h2>History Visualization</h2>
82 <dl>
84 <dt id="gitk">gitk</dt>
85 <dd><a href="http://ozlabs.org/~paulus/gitk/">gitk</a> is a simple
86 TK GUI for browsing history of Git repositories easily.</dd>
88 <dt id="qgit">qgit</dt>
89 <dd><a href="http://sourceforge.net/projects/qgit">qgit</a> is a QT
90 GUI for browsing history of Git repositories, similar to <em>gitk</em>.</dd>
92 <dt id="gitweb">gitweb</dt>
93 <dd><a href="ftp://ftp.kernel.org/pub/software/scm/gitweb/">gitweb</a>
94 provides full-fledged <a href="http://www.kernel.org/git/">web interface</a>
95 for Git repositories.</dd>
97 </dl>
100 <hr />
102 <div class="footer">
103 <span class="menu">
104 This page is maintained by Petr Baudis. Please email me
105 at <a href="mailto:pasky@suse.cz">pasky@suse.cz</a>
106 with patches, suggestions and comments.
107 </span>
108 </div>
110 </body>
111 </html>