From: Abigail Date: Sat, 20 Dec 2008 13:18:16 +0000 (+0100) Subject: From Paul Fenwick ; Instructions on how to checkout/pull... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=12322d22877aba05e1653bbb960254200db8f045;p=p5sagit%2Fp5-mst-13.2.git From Paul Fenwick ; Instructions on how to checkout/pull/branch from blead --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index d8c540a..58c648c 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -105,8 +105,15 @@ Then change into the directory: % cd perl-git -First we need to create a temporary new branch for these changes and -switch into it: +Alternatively, if you already have a Perl repository, you should +ensure that you're on the I branch, and your repostiroy +is up to date: + + % git checkout blead + % git pull + +Now that we have everything up to date, we need to create a temporary new +branch for these changes and switch into it: % git branch orange % git checkout orange