diff options
author | 2020-10-08 21:53:26 -0700 | |
---|---|---|
committer | 2020-10-08 21:53:26 -0700 | |
commit | d620daaa34be578a67734c0daca4412d6d06f208 (patch) | |
tree | 3b0c733aea32a0b4c13341de289388dfca450621 /Documentation/git-init.txt | |
parent | Merge branch 'dl/makefile-sort' (diff) | |
parent | doc: fix the bnf like style of some commands (diff) | |
download | tgif-d620daaa34be578a67734c0daca4412d6d06f208.tar.xz |
Merge branch 'ja/misc-doc-fixes'
Doc fixes.
* ja/misc-doc-fixes:
doc: fix the bnf like style of some commands
doc: git-remote fix ups
doc: use linkgit macro where needed.
git-bisect-lk2009: make continuation of list indented
Diffstat (limited to 'Documentation/git-init.txt')
-rw-r--r-- | Documentation/git-init.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index f35f70f13d..59ecda6c17 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -70,7 +70,7 @@ repository. + If this is reinitialization, the repository will be moved to the specified path. --b <branch-name:: +-b <branch-name>:: --initial-branch=<branch-name>:: Use the specified name for the initial branch in the newly created repository. |