summaryrefslogtreecommitdiffstats
path: root/README.html
blob: 806c6a8025c1797bea39182e51e5ea8eb87e6a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<div style="font-family: sans-serif;">
<h1>Tig: text-mode interface for Git</h1>
<div id="preamble">
<div class="sectionbody">
<div class="paragraph"><p><span class="image">
<img src="https://github.com/jonas/tig/workflows/Linux/badge.svg" alt="Linux CI" />
</span>
<span class="image">
<img src="https://github.com/jonas/tig/workflows/macOS/badge.svg" alt="macOS CI" />
</span>
<span class="image">
<img src="https://ci.appveyor.com/api/projects/status/jxt1uf52o7r0a8r7/branch/master?svg=true" alt="AppVeyor Build" />
</span>
<span class="image">
<img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join Chat" />
</span></p></div>
</div>
</div>
<div class="sect1">
<h2 id="_what_is_tig">What is Tig?</h2>
<div class="sectionbody">
<div class="paragraph"><p>Tig is an ncurses-based text-mode interface for git. It functions mainly
as a Git repository browser, but can also assist in staging changes for
commit at chunk level and act as a pager for output from various Git
commands.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_resources">Resources</h2>
<div class="sectionbody">
<div class="ulist"><ul>
<li>
<p>
Homepage:    <a href="https://jonas.github.io/tig/">https://jonas.github.io/tig/</a>
</p>
</li>
<li>
<p>
Manual:      <a href="https://jonas.github.io/tig/doc/manual.html">https://jonas.github.io/tig/doc/manual.html</a>
</p>
</li>
<li>
<p>
Tarballs:    <a href="https://github.com/jonas/tig/releases">https://github.com/jonas/tig/releases</a>
</p>
</li>
<li>
<p>
Git URL:     <a href="https://github.com/jonas/tig.git">https://github.com/jonas/tig.git</a>
</p>
</li>
<li>
<p>
Gitter:      <a href="https://gitter.im/jonas/tig">https://gitter.im/jonas/tig</a>
</p>
</li>
<li>
<p>
Q&amp;A:         <a href="https://stackoverflow.com/questions/tagged/tig">https://stackoverflow.com/questions/tagged/tig</a>
</p>
</li>
</ul></div>
</div>
</div>
<div class="sect1">
<h2 id="_bugs_and_feature_requests">Bugs and Feature Requests</h2>
<div class="sectionbody">
<div class="paragraph"><p>Bugs and feature requests can be reported using the
<a href="https://github.com/jonas/tig/issues">issue tracker</a> or by mail to either
the Git mailing list or directly to the maintainer. Ensure that the word
"tig" is in the subject. For other Tig related questions please use
Stack Overflow: <a href="https://stackoverflow.com/questions/tagged/tig">https://stackoverflow.com/questions/tagged/tig</a>.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_installation_and_news">Installation and News</h2>
<div class="sectionbody">
<div class="paragraph"><p>Information on how to build and install Tig are found in
<a href="INSTALL.html">the installation instructions</a>.</p></div>
<div class="paragraph"><p>News about releases and latest features and bug fixes are found in
<a href="NEWS.html">the release notes</a>.</p></div>
</div>
</div>
</div>