diff options
-rw-r--r-- | using-git.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index cff9c01..13e8107 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -693,7 +693,8 @@ git clone REPOSITORY -o upstream By including @option{-o upstream}, Git sets up the cloned repository as a -remote repository named `upstream'. +remote repository named `upstream' +instead of `origin'. If you want to access a branch in the upstream repository, use |