summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-push.html b/git-push.html
index 6cd8c752f..fef78f778 100644
--- a/git-push.html
+++ b/git-push.html
@@ -1405,22 +1405,22 @@ file:///path/to/repo.git/
</li>
</ul></div>
<div class="paragraph"><p>These two syntaxes are mostly equivalent, except when cloning, when
-the former implies --local option. See <a href="git-clone.html">git-clone(1)</a> for
+the former implies <code>--local</code> option. See <a href="git-clone.html">git-clone(1)</a> for
details.</p></div>
-<div class="paragraph"><p><em>git clone</em>, <em>git fetch</em> and <em>git pull</em>, but not <em>git push</em>, will also
+<div class="paragraph"><p><code>git clone</code>, <code>git fetch</code> and <code>git pull</code>, but not <code>git push</code>, will also
accept a suitable bundle file. See <a href="git-bundle.html">git-bundle(1)</a>.</p></div>
<div class="paragraph"><p>When Git doesn&#8217;t know how to handle a certain transport protocol, it
-attempts to use the <em>remote-&lt;transport&gt;</em> remote helper, if one
+attempts to use the <code>remote-&lt;transport&gt;</code> remote helper, if one
exists. To explicitly request a remote helper, the following syntax
may be used:</p></div>
<div class="ulist"><ul>
<li>
<p>
-&lt;transport&gt;::&lt;address&gt;
+<em>&lt;transport&gt;</em>::_&lt;address&gt;_
</p>
</li>
</ul></div>
-<div class="paragraph"><p>where &lt;address&gt; may be a path, a server and path, or an arbitrary
+<div class="paragraph"><p>where <em>&lt;address&gt;</em> may be a path, a server and path, or an arbitrary
URL-like string recognized by the specific remote helper being
invoked. See <a href="gitremote-helpers.html">gitremote-helpers(7)</a> for details.</p></div>
<div class="paragraph"><p>If there are a large number of similarly-named remote repositories and