mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Weight GitHub more highly than git.php.net, per conversation with dsp.
This commit is contained in:
15
git.php
15
git.php
@@ -68,17 +68,18 @@ site_header("Git Access", array("current" => "community"));
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
You can retrieve the PHP source code from
|
||||
You can retrieve the PHP source code from our
|
||||
<a href="https://github.com/php/php-src.git">GitHub mirror</a> with this
|
||||
command:
|
||||
<br /><br />
|
||||
<code>git clone https://github.com/php/php-src.git</code>
|
||||
<br /><br />
|
||||
|
||||
Alternatively, you can retrieve the source code from
|
||||
<a href="http://git.php.net/">git.php.net</a> with this command:
|
||||
<br /><br />
|
||||
<code>git clone http://git.php.net/repository/php-src.git</code>
|
||||
<br /><br />
|
||||
|
||||
Or from the <a href="https://github.com/php/php-src">GitHub mirror</a>, which
|
||||
you may want to use if you plan to create pull requests:
|
||||
<br /><br />
|
||||
<code>git clone https://github.com/php/php-src.git</code>
|
||||
<br /><br />
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user