Skip to content

Commit

Permalink
Merge branch 'tb/push-simple-uses-branch-merge-config'
Browse files Browse the repository at this point in the history
Doc update.

* tb/push-simple-uses-branch-merge-config:
  Documentation/git-push.txt: correct configuration typo
  • Loading branch information
gitster committed Mar 24, 2021
2 parents 1424303 + 4c8e3dc commit c6617d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-push.txt
Expand Up @@ -600,7 +600,7 @@ EXAMPLES

`git push origin`::
Without additional configuration, pushes the current branch to
the configured upstream (`remote.origin.merge` configuration
the configured upstream (`branch.<name>.merge` configuration
variable) if it has the same name as the current branch, and
errors out without pushing otherwise.
+
Expand Down

0 comments on commit c6617d1

Please sign in to comment.