diff --git a/git.php b/git.php index 3e87d6cbf..90ec0353c 100644 --- a/git.php +++ b/git.php @@ -68,17 +68,18 @@ site_header("Git Access", array("current" => "community"));
  1. - You can retrieve the PHP source code from + You can retrieve the PHP source code from our + GitHub mirror with this + command: +

    + git clone https://github.com/php/php-src.git +

    + + Alternatively, you can retrieve the source code from git.php.net with this command:

    git clone http://git.php.net/repository/php-src.git

    - - Or from the GitHub mirror, which - you may want to use if you plan to create pull requests: -

    - git clone https://github.com/php/php-src.git -