aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-25 04:28:27 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-25 04:28:27 +0200
commit2523c01f4877a159f710237b8c46ffff2ef80b39 (patch)
tree590648ce114958e872756f9a22bb8d2de6d26ef6 /using-git.texinfo
parenttypo (diff)
downloadusing-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>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r--using-git.texinfo3
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