Browse Source

Documentation: git-init: reword parenthetical statements

Signed-off-by: Linus Arver <linusarver@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Linus Arver 11 years ago committed by Junio C Hamano
parent
commit
4dde849a20
  1. 4
      Documentation/git-init.txt

4
Documentation/git-init.txt

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

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

--


Loading…
Cancel
Save