summaryrefslogtreecommitdiff
path: root/Documentation/git-init.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-10-08 21:53:26 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-10-08 21:53:26 -0700
commitd620daaa34be578a67734c0daca4412d6d06f208 (patch)
tree3b0c733aea32a0b4c13341de289388dfca450621 /Documentation/git-init.txt
parentMerge branch 'dl/makefile-sort' (diff)
parentdoc: fix the bnf like style of some commands (diff)
downloadtgif-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.txt2
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.