How to get latest version from Git? Moodle 3.10.1

Re: How to get latest version from Git? Moodle 3.10.1

by Howard Miller -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
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.