summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-02-22 15:31:59 -0800
committerJunio C Hamano <gitster@pobox.com>2023-02-22 15:31:59 -0800
commit3583c5c3e0e0265a7a2e48b2be5e756b53c42dca (patch)
treef3977c9d683e9e2a5f0cb2b82e0d467c61572a8d /git-push.html
parent179b64fec440c912e5e180bd4caf902800516f21 (diff)
downloadgit-htmldocs-3583c5c3e0e0265a7a2e48b2be5e756b53c42dca.tar.gz
Autogenerated HTML docs for v2.39.2-542-g06dd2
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-push.html b/git-push.html
index a3421facc..381406b8c 100644
--- a/git-push.html
+++ b/git-push.html
@@ -1498,7 +1498,9 @@ config file would appear like this:</p></div>
fetch = &lt;refspec&gt;</code></pre>
</div></div>
<div class="paragraph"><p>The <code>&lt;pushurl&gt;</code> is used for pushes only. It is optional and defaults
-to <code>&lt;URL&gt;</code>.</p></div>
+to <code>&lt;URL&gt;</code>. Pushing to a remote affects all defined pushurls or to all
+defined urls if no pushurls are defined. Fetch, however, will only
+fetch from the first defined url if muliple urls are defined.</p></div>
</div>
<div class="sect2">
<h3 id="_named_file_in_code_git_dir_remotes_code">Named file in <code>$GIT_DIR/remotes</code></h3>