Hi,
I seem to have got stuck on updating Moodle after the recent changes.
Now I find that Moodle.git has a new branch MOODLE_22_STABLE but this is not in my GitHub/moodle.git so every effort I make to update my local branches results in an error for MOODLE_22_STABLE branch as there isn't one. So how do I go about getting this branch into my GitHub?
Do I create a local branch using...
git checkout -b MOODLE_22_STABLE
but how thene do I fetch MOODLE_22_STABLE from upstream git.Moodle.org?
Cheers
Mary