From: David Mitchell Date: Tue, 2 Mar 2010 16:26:36 +0000 (+0000) Subject: fetching from e.g. github requires a repo name X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe442cc01a8e621ba5ee6f71c0b2797bcdf4639a;p=p5sagit%2Fp5-mst-13.2.git fetching from e.g. github requires a repo name --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 2f29aef..29d53cc 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -745,7 +745,7 @@ If someone has provided a branch via GitHub and you are a committer, you should use the following in your perl-ssh directory: % git remote add dandv git://github.com/dandv/perl.git - % git fetch + % git fetch dandv Now you can see the differences between the branch and blead: