X-Git-Url: https://git.octo.it/?p=git.git;a=blobdiff_plain;f=git-clone.html;h=ef1da2db4c29e1c1ea5e47edb2f33ff5b715dd6f;hp=40353b4dc7ac11e0efdd0b663c2be2a5e3422216;hb=8db10ef151a381c2c5cbaaba7da8ba3b63d0ca75;hpb=125c327795d6f6cf337c5ddc3aa1fa632eb6874f diff --git a/git-clone.html b/git-clone.html index 40353b4d..ef1da2db 100644 --- a/git-clone.html +++ b/git-clone.html @@ -275,7 +275,7 @@ git-clone(1) Manual Page
git-clone [--template=<template_directory>] [-l [-s]] [-q] [-n] [--bare] [-o <name>] [-u <upload-pack>] [--reference <repository>] - <repository> [<directory>]
+ [--use-separate-remote] <repository> [<directory>]

DESCRIPTION

@@ -412,6 +412,16 @@ branch you are currently working on. Remote branches other than

+--use-separate-remote +
+
+

+ Save remotes heads under $GIT_DIR/remotes/origin/ instead + of $GIT_DIR/refs/heads/. Only the master branch is saved + in the latter. +

+
+
<repository>
@@ -506,7 +516,7 @@ Create a repository on the kernel.org machine that borrows from Linus