Skip to content

Commit 4dde849

Browse files
listxgitster
authored andcommitted
Documentation: git-init: reword parenthetical statements
Signed-off-by: Linus Arver <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c165d1f commit 4dde849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-init.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ By default, the configuration flag `receive.denyNonFastForwards` is enabled
108108
in shared repositories, so that you cannot force a non fast-forwarding push
109109
into it.
110110

111-
If you name a (possibly non-existent) directory at the end of the command
112-
line, the command is run inside the directory (possibly after creating it).
111+
If you provide a 'directory', the command is run inside it. If this directory
112+
does not exist, it will be created.
113113

114114
--
115115

0 commit comments

Comments
 (0)