Hello, do you know if there is a plugin for syncing a git repository (either private, on the server, or public like on github) to Moodle?
This will allow teachers to manage the static files on their courses with git.
And students to see versions of the files uploaded.
Moreover, students could get automatically an email when a file or directory changes (git hook on push).
Git repository
Number of replies: 1Re: Git repository
Have you had a look at the GitHub repository on the plugins database. https://moodle.org/plugins/repository_github
Perhaps this might be what you are looking for.