diff options
author | Abigail <abigail@abigail.be> | 2008-12-20 14:18:16 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2008-12-20 14:18:16 +0100 |
commit | 12322d22877aba05e1653bbb960254200db8f045 (patch) | |
tree | c6a401d1e5bf52e1c86cec644b6e3a8c54ee7a38 | |
parent | 2af192eebde5f7a93e229dfc3196f62ee4cbcd2e (diff) | |
download | perl-12322d22877aba05e1653bbb960254200db8f045.tar.gz |
From Paul Fenwick <pjf@perltraining.com.au>; Instructions on how to checkout/pull/branch from blead
-rw-r--r-- | pod/perlrepository.pod | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index d8c540ac7e..58c648cc61 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<blead> 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 |