From e32d8a3898bc6047a8855cec051c4bcbc22fcb4e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 4 Jun 2015 01:24:19 +0300 Subject: [PATCH] Explain creation of local branch from remote one --- pep-git.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pep-git.txt b/pep-git.txt index ef0274c..73b2ecb 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -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 ---------------------------------- -- 2.39.2