diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-25 04:28:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-25 04:28:27 +0200 |
commit | 2523c01f4877a159f710237b8c46ffff2ef80b39 (patch) | |
tree | 590648ce114958e872756f9a22bb8d2de6d26ef6 | |
parent | typo (diff) | |
download | using-git-2523c01f4877a159f710237b8c46ffff2ef80b39.tar.gz using-git-2523c01f4877a159f710237b8c46ffff2ef80b39.tar.bz2 using-git-2523c01f4877a159f710237b8c46ffff2ef80b39.tar.xz |
the default remote is named origin
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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 |