X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-clone.txt;h=94d93933721274be4b5c4e3f5694593ec74fd22c;hb=4514ad4fb77b3c68f69133c22b9c0d3b88ff058f;hp=b333f510454fff9dc6828b62ca8a0b0dc4c116f6;hpb=8d48ad62a902556b523ee892a3fbe4206d576d3f;p=git.git diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index b333f510..94d93933 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -9,8 +9,8 @@ git-clone - Clones a repository SYNOPSIS -------- [verse] -'git-clone' [-l [-s]] [-q] [-n] [--bare] [-o ] [-u ] - [--reference ] +'git-clone' [--template=] [-l [-s]] [-q] [-n] [--bare] + [-o ] [-u ] [--reference ] [] DESCRIPTION @@ -89,6 +89,11 @@ OPTIONS the command to specify non-default path for the command run on the other end. +--template=:: + Specify the directory from which templates will be used; + if unset the templates are taken from the installation + defined default, typically `/usr/share/git-core/templates`. + :: The (possibly remote) repository to clone from. It can be any URL git-fetch supports.