In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/68382b6727fe4a09697a35a454bba30279648d54?hp=adb86be5ee633b2258ce1113f26fcdeb89cb1889>

- Log -----------------------------------------------------------------
commit 68382b6727fe4a09697a35a454bba30279648d54
Author: Father Chrysostomos <[email protected]>
Date:   Tue Sep 18 20:16:20 2012 -0700

    perlgit: bare ‘git push’ is dangerous
    
    About three times now I have made changes on a branch, to try things
    out, and then later on tried to push to blead with ‘git push’ and
    modified other people’s branches at the same time.
-----------------------------------------------------------------------

Summary of changes:
 pod/perlgit.pod |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pod/perlgit.pod b/pod/perlgit.pod
index 9b5fe3f..3bbd4b3 100644
--- a/pod/perlgit.pod
+++ b/pod/perlgit.pod
@@ -656,7 +656,7 @@ then merge it into blead then push it out to the main 
repository:
 
   % git checkout blead
   % git merge experimental
-  % git push
+  % git push origin blead
 
 If you want to delete your temporary branch, you may do so with:
 
@@ -824,7 +824,7 @@ Or you could just merge the whole branch if you like it all:
 
 And then push back to the repository:
 
-  % git push
+  % git push origin blead
 
 =head2 Using a smoke-me branch to test changes
 

--
Perl5 Master Repository

Reply via email to