X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-clone.txt;h=94d93933721274be4b5c4e3f5694593ec74fd22c;hb=9dc2164ab390a49b91f4866a85a076a5c5251986;hp=131e445747db6f9d573207ba5395b0264f983efd;hpb=85e6326cc3e7c272566c60a39741f84391830d49;p=git.git diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 131e4457..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. @@ -101,7 +106,7 @@ OPTIONS is not allowed. Examples -~~~~~~~~ +-------- Clone from upstream:: +