summaryrefslogtreecommitdiffstats
path: root/gitcore-tutorial.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
commita28a920b817789e9535e30d163d1cfeda9803b99 (patch)
tree0276dc9699fe17f0b3daa7ad772b8f34f11463b7 /gitcore-tutorial.html
parent010705ace148110d091fef2fb78d70223306d9e0 (diff)
downloadgit-htmldocs-a28a920b817789e9535e30d163d1cfeda9803b99.tar.gz
Autogenerated HTML docs for v1.7.11-3-g60475
Diffstat (limited to 'gitcore-tutorial.html')
-rw-r--r--gitcore-tutorial.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/gitcore-tutorial.html b/gitcore-tutorial.html
index 66d98c28d..171b85891 100644
--- a/gitcore-tutorial.html
+++ b/gitcore-tutorial.html
@@ -589,7 +589,7 @@ gitcore-tutorial(7) Manual Page
<div class="paragraph"><p>This tutorial explains how to use the "core" git commands to set up and
work with a git repository.</p></div>
<div class="paragraph"><p>If you just need to use git as a revision control system you may prefer
-to start with "A Tutorial Introduction to GIT" () or
+to start with "A Tutorial Introduction to GIT" (<a href="gittutorial.html">gittutorial(7)</a>) or
<a href="user-manual.html">the GIT User Manual</a>.</p></div>
<div class="paragraph"><p>However, an understanding of these low-level tools can be helpful if
you want to understand git&#8217;s internals.</p></div>
@@ -701,7 +701,7 @@ populating your tree.</td>
<td class="icon">
<div class="title">Note</div>
</td>
-<td class="content">An advanced user may want to take a look at
+<td class="content">An advanced user may want to take a look at <a href="gitrepository-layout.html">gitrepository-layout(5)</a>
after finishing this tutorial.</td>
</tr></table>
</div>
@@ -1496,7 +1496,7 @@ commits from the master branch. The string inside brackets
before the commit log message is a short name you can use to
name the commit. In the above example, <em>master</em> and <em>mybranch</em>
are branch heads. <em>master^</em> is the first parent of <em>master</em>
-branch head. Please see if you want to
+branch head. Please see <a href="gitrevisions.html">gitrevisions(7)</a> if you want to
see more complex cases.</p></div>
<div class="admonitionblock">
<table><tr>
@@ -1505,7 +1505,7 @@ see more complex cases.</p></div>
</td>
<td class="content">Without the <em>--more=1</em> option, <em>git show-branch</em> would not output the
<em>[master^]</em> commit, as <em>[mybranch]</em> commit is a common ancestor of
-both <em>master</em> and <em>mybranch</em> tips. Please see
+both <em>master</em> and <em>mybranch</em> tips. Please see <a href="git-show-branch.html">git-show-branch(1)</a>
for details.</td>
</tr></table>
</div>
@@ -2202,7 +2202,7 @@ Use <tt>git format-patch origin</tt> to prepare patches for e-mail
suggested in the previous section may be new to you. You do not
have to worry. git supports "shared public repository" style of
cooperation you are probably more familiar with as well.</p></div>
-<div class="paragraph"><p>See for the details.</p></div>
+<div class="paragraph"><p>See <a href="gitcvs-migration.html">gitcvs-migration(7)</a> for the details.</p></div>
</div>
<h2 id="_bundling_your_work_together">Bundling your work together</h2>
<div class="sectionbody">
@@ -2296,16 +2296,16 @@ to follow, not easier.</p></div>
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p>,
-,
-,
-,
+<div class="paragraph"><p><a href="gittutorial.html">gittutorial(7)</a>,
+<a href="gittutorial-2.html">gittutorial-2(7)</a>,
+<a href="gitcvs-migration.html">gitcvs-migration(7)</a>,
+<a href="git-help.html">git-help(1)</a>,
<a href="everyday.html">Everyday git</a>,
<a href="user-manual.html">The Git User&#8217;s Manual</a></p></div>
</div>
<h2 id="_git">GIT</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Part of the suite.</p></div>
+<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite.</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>