summaryrefslogtreecommitdiff
path: root/pod/perlrepository.pod
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2008-12-19 17:39:22 +0000
committerLeon Brocard <acme@astray.com>2008-12-19 17:39:22 +0000
commit75fb7651364e9cab62e6488d7222bbc801d442ee (patch)
treeb86743ddb664a4ffcca3d1ce7fcd9fe682d40765 /pod/perlrepository.pod
parent7df2e4bc09d8ad053532c5f9232b2d713856c938 (diff)
downloadperl-75fb7651364e9cab62e6488d7222bbc801d442ee.tar.gz
after applying, committers should push
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r--pod/perlrepository.pod3
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: