Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Mirroring a Mercurial repository onto Github

by tobyink (Canon)
on Nov 03, 2012 at 22:51 UTC ( [id://1002149]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [extensions]
    hggit=
    bookmarks=
    
  2. or download this
    $ hg bookmark -r default master
    
  3. or download this
    $ hg push git+ssh://git@github.com:tobyink/some-repo.git
    
  4. or download this
    #!/usr/bin/env perl
    
    ...
    
    my $url = sprintf('git+ssh://git@github.com:%s/%s.git', GH_USER, $name
    +);
    system "hg push $url";
    
  5. or download this
    [hooks]
    preoutgoing = /home/tai/bin/github-mirror
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://1002149]
Approved by McDarren
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-20 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found