summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 75a95d199..c026f417a 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -1535,8 +1535,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">
@@ -1551,8 +1551,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">
@@ -1783,8 +1783,8 @@ origin:</p></div>
<div class="content">
<pre><code>$ git fetch origin --prune --prune-tags
$ git fetch origin --prune 'refs/tags/*:refs/tags/*'
-$ git fetch &lt;url of origin&gt; --prune --prune-tags
-$ git fetch &lt;url of origin&gt; --prune 'refs/tags/*:refs/tags/*'</code></pre>
+$ git fetch &lt;url-of-origin&gt; --prune --prune-tags
+$ git fetch &lt;url-of-origin&gt; --prune 'refs/tags/*:refs/tags/*'</code></pre>
</div></div>
</div>
</div>
@@ -2249,7 +2249,7 @@ submodule update</code>. This is expected to be fixed in a future Git version.</
<div id="footer">
<div id="footer-text">
Last updated
- 2023-05-15 16:02:03 PDT
+ 2024-02-08 15:45:59 PST
</div>
</div>
</body>