From: Leon Brocard Date: Fri, 19 Dec 2008 16:17:08 +0000 (+0000) Subject: merge in changes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b9ea58460db69b1f900e0ad364912c71e46bfd2;p=p5sagit%2Fp5-mst-13.2.git merge in changes --- 9b9ea58460db69b1f900e0ad364912c71e46bfd2 diff --cc pod/perlrepository.pod index 4d1c60a,ef4064d..487ffa4 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@@ -47,11 -47,25 +47,25 @@@ directory If you are a committer, then you can fetch a copy of the repository that you can push back on with: - git clone ssh://perl5.git.perl.org/gitroot/perl.git perl.ssh + git clone ssh://perl5.git.perl.org/gitroot/perl.git perl-ssh -This clones the repository and makes a local copy in the 'perl.ssh' -directory. +This clones the repository and makes a local copy in the 'perl-ssh' +directory. + If you clone using git, which is faster than ssh, then you will need to + modify your config in order to enable pushing. Edit .git/config where + you will see something like: + + [remote "origin"] + url = git://perl5.git.perl.org/perl.git + + change that to something like this: + + [remote "origin"] + url = ssh://perl5.git.perl.org/gitroot/perl.git + + NOTE: there are symlinks set up so that the /gitroot is actually optional. + =head1 OVERVIEW OF THE REPOSITORY Once you have changed into the repository directory, you can inspect it.