Hello,
if I want to install Moodle using git clone with version of Moodle 3.10.1.
Which syntax this line needs with version of Moodle 3.10.1?
git clone -b MOODLE_310_STABLE git://git.moodle.org/moodle.git moodle
Like this?
git clone -b MOODLE_3101_STABLE git://git.moodle.org/moodle.git moodle
Thank you
How to get latest version from Git? Moodle 3.10.1
Number of replies: 1Re: How to get latest version from Git? Moodle 3.10.1
git clone -b MOODLE_310_STABLE git://git.moodle.org/moodle.git moodle
Gets you the latest weekly on the 3.10 branch. I'd go with that. It's possible to check out the last "stable" point release using tags but I personally wouldn't bother.
Gets you the latest weekly on the 3.10 branch. I'd go with that. It's possible to check out the last "stable" point release using tags but I personally wouldn't bother.