markward / local_autogroup

A local plugin for Moodle 2.7 onwards which handles the dynamic creation, population and cleanup of groups on courses.
3 stars 25 forks source link

Changed format to make submodule usage easier. #10

Closed mjsamberg closed 8 years ago

mjsamberg commented 9 years ago

I moved all of the files to the root of the Git repo. This makes it much easier to clone in to an existing Moodle install as a submodule.

markward commented 9 years ago

Hi there,

I recommend merging code using the git subtree method rather than relying on submodules.

http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/

Please do give it a try and feedback. I'm happy to try alternatives and consider working in a new way if there advantages to doing so.

Thanks,

Mark