after applying, committers should push
Leon Brocard [Fri, 19 Dec 2008 17:39:22 +0000 (17:39 +0000)]
pod/perlrepository.pod

index 07bb729..15869eb 100644 (file)
@@ -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: