diff options
author | David Mitchell <davem@iabyn.com> | 2010-03-02 16:26:36 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-03-02 16:26:36 +0000 |
commit | fe442cc01a8e621ba5ee6f71c0b2797bcdf4639a (patch) | |
tree | f51f5d9cd7a2cda638bc763c02419feac95a87fe /pod/perlrepository.pod | |
parent | 2799080fd93ebda4ae9209565acbc3b238743599 (diff) | |
download | perl-fe442cc01a8e621ba5ee6f71c0b2797bcdf4639a.tar.gz |
fetching from e.g. github requires a repo name
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r-- | pod/perlrepository.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 2f29aef7de..29d53cc409 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: |