X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-clone.txt;h=790b87b231d46d6e9de9d85024b25b49ee225488;hb=1be0659efca4a1f69c851f95563e930d70d8baf2;hp=8410a6d3814b0daf463a052275466dfa63a820e9;hpb=1e2ccd3abc8f5d96244806f753568493c3e77d4c;p=git.git diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 8410a6d3..790b87b2 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -8,7 +8,9 @@ git-clone - Clones a repository. SYNOPSIS -------- -'git-clone' [-l [-s]] [-q] [-n] [-u ] [] +[verse] +'git-clone' [-l [-s]] [-q] [-n] [-o ] [-u ] + [] DESCRIPTION ----------- @@ -56,6 +58,13 @@ OPTIONS -n:: No checkout of HEAD is performed after the clone is complete. +-o :: + Instead of using the branch name 'origin' to keep track + of the upstream repository, use instead. Note + that the shorthand name stored in `remotes/origin` is + not affected, but the local branch name to pull the + remote `master` branch into is. + --upload-pack :: -u :: When given, and the repository to clone from is handled