summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-clone.html b/git-clone.html
index aa445fd7e..0aba355d1 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -1380,8 +1380,8 @@ use will be rewritten into URLs that work), you can create a
configuration section of the form:</p></div>
<div class="listingblock">
<div class="content">
-<pre><code> [url "&lt;actual url base&gt;"]
- insteadOf = &lt;other url base&gt;</code></pre>
+<pre><code> [url "&lt;actual-url-base&gt;"]
+ insteadOf = &lt;other-url-base&gt;</code></pre>
</div></div>
<div class="paragraph"><p>For example, with this:</p></div>
<div class="listingblock">
@@ -1396,8 +1396,8 @@ rewritten in any context that takes a URL to be "git://git.host.xz/repo.git".</p
configuration section of the form:</p></div>
<div class="listingblock">
<div class="content">
-<pre><code> [url "&lt;actual url base&gt;"]
- pushInsteadOf = &lt;other url base&gt;</code></pre>
+<pre><code> [url "&lt;actual-url-base&gt;"]
+ pushInsteadOf = &lt;other-url-base&gt;</code></pre>
</div></div>
<div class="paragraph"><p>For example, with this:</p></div>
<div class="listingblock">