Skip to content

Commit 0dc5b76

Browse files
committed
Merge branch 'jj/doc-branch-markup-fix'
Doc markup fix. * jj/doc-branch-markup-fix: doc: improve formatting in branch section
2 parents 8449119 + 996f14c commit 0dc5b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/config/branch.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ This option defaults to `never`.
6969
`git fetch`) to lookup the default branch for merging. Without
7070
this option, `git pull` defaults to merge the first refspec fetched.
7171
Specify multiple values to get an octopus merge.
72-
If you wish to setup `git pull` so that it merges into <name> from
72+
If you wish to setup `git pull` so that it merges into _<name>_ from
7373
another branch in the local repository, you can point
74-
branch.<name>.merge to the desired branch, and use the relative path
74+
`branch.<name>.merge` to the desired branch, and use the relative path
7575
setting `.` (a period) for `branch.<name>.remote`.
7676
7777
`branch.<name>.mergeOptions`::

0 commit comments

Comments
 (0)