diff options
author | Leon Brocard <acme@astray.com> | 2008-12-19 17:39:22 +0000 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2008-12-19 17:39:22 +0000 |
commit | 75fb7651364e9cab62e6488d7222bbc801d442ee (patch) | |
tree | b86743ddb664a4ffcca3d1ce7fcd9fe682d40765 /pod/perlrepository.pod | |
parent | 7df2e4bc09d8ad053532c5f9232b2d713856c938 (diff) | |
download | perl-75fb7651364e9cab62e6488d7222bbc801d442ee.tar.gz |
after applying, committers should push
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: |