Skip to content

Update branches in git.php #1275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions git.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,20 @@
<li>
You can then check out the branch you want to build, for example:
<br><br>
<strong>PHP 7.4</strong>:
<code>git checkout PHP-7.4</code>
<strong>PHP HEAD</strong>:
<code>git checkout master</code>
<br>
<strong>PHP 8.0</strong>:
<code>git checkout PHP-8.0</code>
<strong>PHP 8.4</strong>:
<code>git checkout PHP-8.4</code>
<br>
<strong>PHP 8.1</strong>:
<code>git checkout PHP-8.1</code>
<strong>PHP 8.3</strong>:
<code>git checkout PHP-8.3</code>
<br>
<strong>PHP 8.2</strong>:
<code>git checkout PHP-8.2</code>
<br>
<strong>PHP HEAD</strong>:
<code>git checkout master</code>
<strong>PHP 8.1</strong>:
<code>git checkout PHP-8.1</code>
<br><br>
</li>

Expand Down