diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2006-12-31 18:47:34 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-31 16:16:10 -0800 |
commit | 36566cc0bc2e5e930e4ed885e1a15fcfd10b0b53 (patch) | |
tree | cb9b5d7d132928a207c0e21912cc6c0a9abc54d8 /Documentation | |
parent | c04197ee1e575cf78662b2c8c055089a5c669214 (diff) | |
download | git-36566cc0bc2e5e930e4ed885e1a15fcfd10b0b53.tar.gz git-36566cc0bc2e5e930e4ed885e1a15fcfd10b0b53.tar.xz |
Documentation: update git-clone.txt for clone's new default behavior
Fix a couple remaining references to the origin branch.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-clone.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 874934a33..96523204d 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -75,16 +75,13 @@ OPTIONS Also the branch heads at the remote are copied directly to corresponding local branch heads, without mapping them to `refs/remotes/origin/`. When this option is - used, neither the `origin` branch nor the default - `remotes/origin` file is created. + used, neither remote-tracking branches nor the related + configuration variables are created. --origin <name>:: -o <name>:: - Instead of using the branch name 'origin' to keep track - of the upstream repository, use <name> 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. + Instead of using the remote name 'origin' to keep track + of the upstream repository, use <name> instead. --upload-pack <upload-pack>:: -u <upload-pack>:: |