Hi Dave, I have been experimenting with GITting moodle and plugins. I need your help about how to GIT Checklist. I have come across the following method on GIT for Administrators, but I am not sure how to change these commands to GIT the latest "production" Checklist, not "experimental." Might you be able to look at this code as suggest what I need to change to make it work (I have made some of my own changes already with my own thoughts)? Or do you not maintain a "production" Checklist GIT location? Thanks. (this code is for mod_checklist)
$ cd /path/to/your/moodle/
$ cd mod
$ git clone https://github.com/davosmith/moodle-checklist.git checklist
$ cd checklist
$ git checkout -b MOODLE_30_STABLE origin/MOODLE_30_STABLE
$ git branch -d master
When I experiment, the checkout command fails.
(If I wanted Checklist for 29, I assume that I can substitute 29 for 30, right?)