Skip to content

Commit 7f17913

Browse files
committed
Merge branch 'dl/submodule-set-branch'
Docfix. * dl/submodule-set-branch: git-submodule.txt: fix AsciiDoc formatting error
2 parents cb3ec6f + 40e747e commit 7f17913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-submodule.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ submodule with the `--init` option.
173173
If `--recursive` is specified, this command will recurse into the
174174
registered submodules, and update any nested submodules within.
175175
--
176-
set-branch ((-d|--default)|(-b|--branch <branch>)) [--] <path>::
176+
set-branch (-b|--branch) <branch> [--] <path>::
177+
set-branch (-d|--default) [--] <path>::
177178
Sets the default remote tracking branch for the submodule. The
178179
`--branch` option allows the remote branch to be specified. The
179180
`--default` option removes the submodule.<name>.branch configuration

0 commit comments

Comments
 (0)