summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-12 13:41:37 -0800
committerJunio C Hamano <gitster@pobox.com>2020-02-12 13:41:37 -0800
commitb7e497f81b86f5ab135de8db416ff0b2d7796546 (patch)
treee243986f24bbf00a72958e0d252b6f65db091bb7 /git-config.html
parentdac867775900042e677de3ba4969a64f9582c95f (diff)
downloadgit-htmldocs-b7e497f81b86f5ab135de8db416ff0b2d7796546.tar.gz
Autogenerated HTML docs for v2.25.0-232-gd8437
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-config.html b/git-config.html
index 1b4fcbf08..6d8689222 100644
--- a/git-config.html
+++ b/git-config.html
@@ -7710,7 +7710,8 @@ push.default
<dd>
<p>
Defines the action <code>git push</code> should take if no refspec is
- explicitly given. Different values are well-suited for
+ given (whether from the command-line, config, or elsewhere).
+ Different values are well-suited for
specific workflows; for instance, in a purely central workflow
(i.e. the fetch source is equal to the push destination),
<code>upstream</code> is probably what you want. Possible values are:
@@ -7721,7 +7722,7 @@ push.default
<li>
<p>
<code>nothing</code> - do not push anything (error out) unless a refspec is
- explicitly given. This is primarily meant for people who want to
+ given. This is primarily meant for people who want to
avoid mistakes by always being explicit.
</p>
</li>