We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8449119 + 996f14c commit 0dc5b76Copy full SHA for 0dc5b76
Documentation/config/branch.adoc
@@ -69,9 +69,9 @@ This option defaults to `never`.
69
`git fetch`) to lookup the default branch for merging. Without
70
this option, `git pull` defaults to merge the first refspec fetched.
71
Specify multiple values to get an octopus merge.
72
- If you wish to setup `git pull` so that it merges into <name> from
+ If you wish to setup `git pull` so that it merges into _<name>_ from
73
another branch in the local repository, you can point
74
- branch.<name>.merge to the desired branch, and use the relative path
+ `branch.<name>.merge` to the desired branch, and use the relative path
75
setting `.` (a period) for `branch.<name>.remote`.
76
77
`branch.<name>.mergeOptions`::
0 commit comments