mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #11287 from mhilbrunner/update-4.5
Update 4.4 to 4.5
This commit is contained in:
@@ -44,11 +44,11 @@ after the ``--branch`` (or just ``-b``) argument:
|
||||
|
||||
::
|
||||
|
||||
# Clone the continuously maintained stable branch (`4.4` as of writing).
|
||||
git clone https://github.com/godotengine/godot.git -b 4.4
|
||||
# Clone the continuously maintained stable branch (`4.5` as of writing).
|
||||
git clone https://github.com/godotengine/godot.git -b 4.5
|
||||
|
||||
# Clone the `4.4-stable` tag. This is a fixed revision that will never change.
|
||||
git clone https://github.com/godotengine/godot.git -b 4.4-stable
|
||||
# Clone the `4.5-stable` tag. This is a fixed revision that will never change.
|
||||
git clone https://github.com/godotengine/godot.git -b 4.5-stable
|
||||
|
||||
# After cloning, optionally go to a specific commit.
|
||||
# This can be used to access the source code at a specific point in time,
|
||||
|
||||
Reference in New Issue
Block a user