summaryrefslogtreecommitdiffstats
path: root/git-init.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-05 21:21:39 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-05 21:21:39 +0000
commitfd9274d4a1afb62d888e84717c5f0e67850fc96a (patch)
treeccb7a2a797999c806efe4f173d344e06856c4ad2 /git-init.txt
parentbacccdab7c8f70ad9471c1b7143b08a0831f2348 (diff)
downloadgit-htmldocs-fd9274d4a1afb62d888e84717c5f0e67850fc96a.tar.gz
Autogenerated HTML docs for v1.6.4-53-g3f55e
Diffstat (limited to 'git-init.txt')
-rw-r--r--git-init.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-init.txt b/git-init.txt
index 7151d12f3..f081b24d9 100644
--- a/git-init.txt
+++ b/git-init.txt
@@ -8,7 +8,7 @@ git-init - Create an empty git repository or reinitialize an existing one
SYNOPSIS
--------
-'git init' [-q | --quiet] [--bare] [--template=<template_directory>] [--shared[=<permissions>]]
+'git init' [-q | --quiet] [--bare] [--template=<template_directory>] [--shared[=<permissions>]] [directory]
OPTIONS
@@ -74,6 +74,9 @@ 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).
+
--