summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-10 16:32:55 -0700
committerJunio C Hamano <gitster@pobox.com>2020-08-10 16:32:55 -0700
commitc9dd64269982129782983d19cbdb9e71d23f6acb (patch)
tree51c71bd2006faa4e88ba9cfdca05379caafce662 /git.html
parent408189a8ada390473056e79a2ac4408e776944ab (diff)
downloadgit-htmldocs-c9dd64269982129782983d19cbdb9e71d23f6acb.tar.gz
Autogenerated HTML docs for v2.28.0-141-g4f0a8
Diffstat (limited to 'git.html')
-rw-r--r--git.html170
1 files changed, 169 insertions, 1 deletions
diff --git a/git.html b/git.html
index b1d5ab1d8..9c1284e2b 100644
--- a/git.html
+++ b/git.html
@@ -2330,6 +2330,174 @@ users typically do not use them directly.</p></div>
</div>
</div>
<div class="sect1">
+<h2 id="_guides">Guides</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>The following documentation pages are guides about Git concepts.</p></div>
+<div class="dlist"><dl>
+<dt class="hdlist1">
+<a href="gitattributes.html">gitattributes(5)</a>
+</dt>
+<dd>
+<p>
+ Defining attributes per path.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitcli.html">gitcli(7)</a>
+</dt>
+<dd>
+<p>
+ Git command-line interface and conventions.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitcore-tutorial.html">gitcore-tutorial(7)</a>
+</dt>
+<dd>
+<p>
+ A Git core tutorial for developers.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitcredentials.html">gitcredentials(7)</a>
+</dt>
+<dd>
+<p>
+ Providing usernames and passwords to Git.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitcvs-migration.html">gitcvs-migration(7)</a>
+</dt>
+<dd>
+<p>
+ Git for CVS users.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitdiffcore.html">gitdiffcore(7)</a>
+</dt>
+<dd>
+<p>
+ Tweaking diff output.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="giteveryday.html">giteveryday(7)</a>
+</dt>
+<dd>
+<p>
+ A useful minimum set of commands for Everyday Git.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitfaq.html">gitfaq(7)</a>
+</dt>
+<dd>
+<p>
+ Frequently asked questions about using Git.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitglossary.html">gitglossary(7)</a>
+</dt>
+<dd>
+<p>
+ A Git Glossary.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="githooks.html">githooks(5)</a>
+</dt>
+<dd>
+<p>
+ Hooks used by Git.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitignore.html">gitignore(5)</a>
+</dt>
+<dd>
+<p>
+ Specifies intentionally untracked files to ignore.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitmodules.html">gitmodules(5)</a>
+</dt>
+<dd>
+<p>
+ Defining submodule properties.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitnamespaces.html">gitnamespaces(7)</a>
+</dt>
+<dd>
+<p>
+ Git namespaces.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitremote-helpers.html">gitremote-helpers(7)</a>
+</dt>
+<dd>
+<p>
+ Helper programs to interact with remote repositories.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitrepository-layout.html">gitrepository-layout(5)</a>
+</dt>
+<dd>
+<p>
+ Git Repository Layout.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitrevisions.html">gitrevisions(7)</a>
+</dt>
+<dd>
+<p>
+ Specifying revisions and ranges for Git.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitsubmodules.html">gitsubmodules(7)</a>
+</dt>
+<dd>
+<p>
+ Mounting one repository inside another.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gittutorial.html">gittutorial(7)</a>
+</dt>
+<dd>
+<p>
+ A tutorial introduction to Git.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gittutorial-2.html">gittutorial-2(7)</a>
+</dt>
+<dd>
+<p>
+ A tutorial introduction to Git: part two.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitworkflows.html">gitworkflows(7)</a>
+</dt>
+<dd>
+<p>
+ An overview of recommended workflows with Git.
+</p>
+</dd>
+</dl></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_configuration_mechanism">Configuration Mechanism</h2>
<div class="sectionbody">
<div class="paragraph"><p>Git uses a simple text format to store customizations that are per
@@ -3382,7 +3550,7 @@ the Git Security mailing list &lt;<a href="mailto:git-security@googlegroups.com"
<div id="footer">
<div id="footer-text">
Last updated
- 2020-06-22 16:55:13 PDT
+ 2020-08-10 16:30:08 PDT
</div>
</div>
</body>