X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-clone.txt;h=94d93933721274be4b5c4e3f5694593ec74fd22c;hb=1d84a60459a32fb1707ff7de4a013b5d9673f55d;hp=b333f510454fff9dc6828b62ca8a0b0dc4c116f6;hpb=7d55561986ffe94ca7ca22dc0a6846f698893226;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.