summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-24 10:02:32 -0700
committerJunio C Hamano <gitster@pobox.com>2023-08-24 10:02:32 -0700
commitcf167ac34e8686f9abd3376f5ae687a867ba494c (patch)
tree573193ac78a9e3b345f73f82e0d85499469a1ce5 /git-push.txt
parent8a38ce83fb99bfa95dd9d333e3c4e46d5ae2ee58 (diff)
downloadgit-htmldocs-cf167ac34e8686f9abd3376f5ae687a867ba494c.tar.gz
Autogenerated HTML docs for v2.42.0-29-gcd9da
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-push.txt b/git-push.txt
index 297927d86..5b4edaf4a 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -37,7 +37,7 @@ the default `<refspec>` by consulting `remote.*.push` configuration,
and if it is not found, honors `push.default` configuration to decide
what to push (See linkgit:git-config[1] for the meaning of `push.default`).
-When neither the command-line nor the configuration specify what to
+When neither the command-line nor the configuration specifies what to
push, the default behavior is used, which corresponds to the `simple`
value for `push.default`: the current branch is pushed to the
corresponding upstream branch, but as a safety measure, the push is