diff options
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r-- | pod/perlrepository.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 07bb7295b6..15869eb642 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -210,10 +210,11 @@ Now we can inspect the change: Lincoln D. Stein <lstein@cshl.org> If you are a committer to Perl and you think the patch is good, you can -then merge it into blead: +then merge it into blead then push it out to the main repository: % git checkout blead % git pull . experimental + % git push If you want to delete your temporary branch, you may do so with: |