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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
<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://github.com/jonas/tig">https://github.com/jonas/tig</a>
</p>
</li>
<li>
<p>
Manual: <a href="https://github.com/jonas/tig/blob/master/doc/manual.adoc">https://github.com/jonas/tig/blob/master/doc/manual.adoc</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&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 the
<a href="https://lore.kernel.org/git/">Git mailing list</a>. 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 class="paragraph"><p>If you are sending a bug report, please include the following information:</p></div>
<div class="ulist"><ul>
<li>
<p>
What Tig and ncurses versions are you using?
(<code>tig -v</code>)
</p>
</li>
<li>
<p>
What system do you have?
(<code>uname -a</code>, <code>lsb_release -a</code>)
</p>
</li>
<li>
<p>
What Git version are you using?
(<code>git -v</code>)
</p>
</li>
</ul></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>
|