Skip to content

Commit

Permalink
git-clone documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Quy Tonthat authored and Junio C Hamano committed Dec 16, 2006
1 parent a990999 commit a2e88b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-clone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a2e88b3

Please sign in to comment.