mirror of
https://github.com/git/git.git
synced 2024-11-25 02:44:48 +08:00
Merge branch 'dl/submodule-set-branch'
Docfix. * dl/submodule-set-branch: git-submodule.txt: fix AsciiDoc formatting error
This commit is contained in:
commit
7f17913161
@ -173,7 +173,8 @@ submodule with the `--init` option.
|
|||||||
If `--recursive` is specified, this command will recurse into the
|
If `--recursive` is specified, this command will recurse into the
|
||||||
registered submodules, and update any nested submodules within.
|
registered submodules, and update any nested submodules within.
|
||||||
--
|
--
|
||||||
set-branch ((-d|--default)|(-b|--branch <branch>)) [--] <path>::
|
set-branch (-b|--branch) <branch> [--] <path>::
|
||||||
|
set-branch (-d|--default) [--] <path>::
|
||||||
Sets the default remote tracking branch for the submodule. The
|
Sets the default remote tracking branch for the submodule. The
|
||||||
`--branch` option allows the remote branch to be specified. The
|
`--branch` option allows the remote branch to be specified. The
|
||||||
`--default` option removes the submodule.<name>.branch configuration
|
`--default` option removes the submodule.<name>.branch configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user