]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-push.txt: fix grammar
authorWesley Schwengle <wesleys@opperschaap.net>
Thu, 10 Aug 2023 01:21:05 +0000 (21:21 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Aug 2023 04:08:10 +0000 (21:08 -0700)
While working on a blog post and using grammarly it suggested this
change.

Signed-off-by: Wesley Schwengle <wesleys@opperschaap.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-push.txt

index 5bb1d5aae257fa0d6cf480efcb25cfa5cc2a4b10..dd559a0bcb5111b6107b49f0b78646fb82531e07 100644 (file)
@@ -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