summaryrefslogtreecommitdiffstats
path: root/git-checkout.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 /git-checkout.html
parent022bd341a82a08e16719ab8744973feed49e94d3 (diff)
downloadgit-htmldocs-719b8a3137af7aea177e42a98cdfbb5180a10f33.tar.gz
Autogenerated HTML docs for v1.7.11-rc2-2-g02101
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-checkout.html b/git-checkout.html
index 2fb2e4883..9a108a435 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -612,7 +612,7 @@ branch.</p></div>
This form switches branches by updating the index, working
tree, and HEAD to reflect the specified branch or commit.
</p>
-<div class="paragraph"><p>If <tt>-b</tt> is given, a new branch is created as if <a href="git-branch.html">git-branch(1)</a>
+<div class="paragraph"><p>If <tt>-b</tt> is given, a new branch is created as if
were called and then checked out; in this case you can
use the <tt>--track</tt> or <tt>--no-track</tt> options, which will be passed to
<em>git branch</em>. As a convenience, <tt>--track</tt> without <tt>-b</tt> implies branch
@@ -698,7 +698,7 @@ entries; instead, unmerged entries are ignored.</p></div>
<dd>
<p>
Create a new branch named &lt;new_branch&gt; and start it at
- &lt;start_point&gt;; see <a href="git-branch.html">git-branch(1)</a> for details.
+ &lt;start_point&gt;; see for details.
</p>
</dd>
<dt class="hdlist1">
@@ -709,7 +709,7 @@ entries; instead, unmerged entries are ignored.</p></div>
Creates the branch &lt;new_branch&gt; and start it at &lt;start_point&gt;;
if it already exists, then reset it to &lt;start_point&gt;. This is
equivalent to running "git branch" with "-f"; see
- <a href="git-branch.html">git-branch(1)</a> for details.
+ for details.
</p>
</dd>
<dt class="hdlist1">
@@ -721,7 +721,7 @@ entries; instead, unmerged entries are ignored.</p></div>
<dd>
<p>
When creating a new branch, set up "upstream" configuration. See
- "--track" in <a href="git-branch.html">git-branch(1)</a> for details.
+ "--track" in for details.
</p>
<div class="paragraph"><p>If no <em>-b</em> option is given, the name of the new branch will be
derived from the remote-tracking branch. If "remotes/" or "refs/remotes/"
@@ -747,7 +747,7 @@ explicitly give a name with <em>-b</em> in such a case.</p></div>
</dt>
<dd>
<p>
- Create the new branch&#8217;s reflog; see <a href="git-branch.html">git-branch(1)</a> for
+ Create the new branch&#8217;s reflog; see for
details.
</p>
</dd>
@@ -875,7 +875,7 @@ leave out at most one of <tt>A</tt> and <tt>B</tt>, in which case it defaults to
<dd>
<p>
The name of a commit at which to start the new branch; see
- <a href="git-branch.html">git-branch(1)</a> for details. Defaults to HEAD.
+ for details. Defaults to HEAD.
</p>
</dd>
<dt class="hdlist1">
@@ -1123,7 +1123,7 @@ $ git add frotz</tt></pre>
</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>