Skip to content

Commit 6e1ccac

Browse files
listxgitster
authored andcommitted
Documentation: git-init: typographical fixes
Use backticks when we quote something that the user should literally use. Signed-off-by: Linus Arver <linusarver@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7b69fcb commit 6e1ccac

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Documentation/git-init.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ OPTIONS
4343
-q::
4444
--quiet::
4545

46-
Only print error and warning messages, all other output will be suppressed.
46+
Only print error and warning messages; all other output will be suppressed.
4747

4848
--bare::
4949

@@ -97,7 +97,7 @@ is given:
9797
create a repo that is readable and writable to the current user and group,
9898
but inaccessible to others.
9999

100-
By default, the configuration flag receive.denyNonFastForwards is enabled
100+
By default, the configuration flag `receive.denyNonFastForwards` is enabled
101101
in shared repositories, so that you cannot force a non fast-forwarding push
102102
into it.
103103

@@ -106,14 +106,13 @@ line, the command is run inside the directory (possibly after creating it).
106106

107107
--
108108

109-
110109
TEMPLATE DIRECTORY
111110
------------------
112111

113112
The template directory contains files and directories that will be copied to
114113
the `$GIT_DIR` after it is created.
115114

116-
The template directory used will (in order):
115+
The template directory used will be (in order):
117116

118117
- The argument given with the `--template` option.
119118

@@ -138,8 +137,8 @@ $ git init <1>
138137
$ git add . <2>
139138
----------------
140139
+
141-
<1> prepare /path/to/my/codebase/.git directory
142-
<2> add all existing file to the index
140+
<1> Create a /path/to/my/codebase/.git directory.
141+
<2> Add all existing files to the index.
143142

144143
GIT
145144
---

0 commit comments

Comments
 (0)