X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=blobdiff_plain;f=pep-git.txt;h=404171eb890beb07f5454467b2152b6cb3d7da7e;hp=f2ce4c151d60a78928bd3879afbe2ec018f952c8;hb=2b9671f8b7555bd5e091eceae34e54c0198eed40;hpb=1b20b4ee8cec8661e6ae46b994b38fb25a22915f diff --git a/pep-git.txt b/pep-git.txt index f2ce4c1..404171e 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -180,9 +180,10 @@ 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-tracking branches, creates a -local branch ``v1``, configure it to track upstream remotes/origin/v1 -branch and checks out ``v1`` into the working directory. +directory ``python``, creates a remote named ``origin``, creates +remote-tracking 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-tracking branches -------------------------------------------