Browse Source

git-clone documentation

When --use-separate-remote is used on git-clone, the remote
heads are saved under $GIT_DIR/refs/remotes/origin/, not
"$GIT_DIR/remotes/origin/"

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Quy Tonthat 18 years ago committed by Junio C Hamano
parent
commit
a2e88b3580
  1. 2
      Documentation/git-clone.txt

2
Documentation/git-clone.txt

@ -100,7 +100,7 @@ OPTIONS @@ -100,7 +100,7 @@ OPTIONS
defined default, typically `/usr/share/git-core/templates`.

--use-separate-remote::
Save remotes heads under `$GIT_DIR/remotes/origin/` instead
Save remotes heads under `$GIT_DIR/refs/remotes/origin/` instead
of `$GIT_DIR/refs/heads/`. Only the local master branch is
saved in the latter. This is the default.


Loading…
Cancel
Save