]> git.phdru.name Git - git-wiki.git/commitdiff
Explain creation of local branch from remote one
authorOleg Broytman <phd@phdru.name>
Wed, 3 Jun 2015 22:24:19 +0000 (01:24 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 3 Jun 2015 22:24:19 +0000 (01:24 +0300)
pep-git.txt

index ef0274c4317bb2e7eac473ac07a63260dbfd59a6..73b2ecbf1dccf834bd6a20252b97ed3de6922475 100644 (file)
@@ -174,8 +174,9 @@ When you do an initial clone like this::
     $ git clone -b v1 http://git.python.org/python.git
 
 git clones remote repository ``http://git.python.org/python.git`` to
-directory ``python``, creates remote branches and checks out branch
-``v1`` into the working directory.
+directory ``python``, creates remote branches, creates a local branch
+``v1``, configure it to track upstream remotes/origin/v1 branch and
+checks out ``v1`` into the working directory.
 
 Updating local and remote branches
 ----------------------------------