X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-clone.txt;h=9ac54c282c3fe5ef9182f2829ef51cf8de8a1475;hb=521a3f676794987bfd03703fe58fbec46ed69d49;hp=370f53e76990a5c7126f095a9c9505e44d163f7d;hpb=87e80c4b5fec421ecd566498b7dd4672f76fdca2;p=git.git diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 370f53e7..9ac54c28 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -3,7 +3,7 @@ git-clone(1) NAME ---- -git-clone - Clones a repository. +git-clone - Clones a repository SYNOPSIS @@ -62,7 +62,9 @@ OPTIONS Make a 'bare' GIT repository. That is, instead of creating `` and placing the administrative files in `/.git`, make the `` - itself the `$GIT_DIR`. This implies `-n` option. + itself the `$GIT_DIR`. This implies `-n` option. When + this option is used, neither the `origin` branch nor the + default `remotes/origin` file is created. -o :: Instead of using the branch name 'origin' to keep track