summaryrefslogtreecommitdiffstats
path: root/gitcore-tutorial.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
commit719b8a3137af7aea177e42a98cdfbb5180a10f33 (patch)
tree0b0aceeacfdab20db87a431a8a95e1388f0d9e19 /gitcore-tutorial.html
parent022bd341a82a08e16719ab8744973feed49e94d3 (diff)
downloadgit-htmldocs-719b8a3137af7aea177e42a98cdfbb5180a10f33.tar.gz
Autogenerated HTML docs for v1.7.11-rc2-2-g02101
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 171b85891..66d98c28d 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" (<a href="gittutorial.html">gittutorial(7)</a>) or
+to start with "A Tutorial Introduction to GIT" () 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 <a href="gitrepository-layout.html">gitrepository-layout(5)</a>
+<td class="content">An advanced user may want to take a look at
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 <a href="gitrevisions.html">gitrevisions(7)</a> if you want to
+branch head. Please see 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 <a href="git-show-branch.html">git-show-branch(1)</a>
+both <em>master</em> and <em>mybranch</em> tips. Please see
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 <a href="gitcvs-migration.html">gitcvs-migration(7)</a> for the details.</p></div>
+<div class="paragraph"><p>See 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><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>,
+<div class="paragraph"><p>,
+,
+,
+,
<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 <a href="git.html">git(1)</a> suite.</p></div>
+<div class="paragraph"><p>Part of the suite.</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>