Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Frank Ralf/Git workflow.

User:Frank Ralf/Git workflow

From MoodleDocs
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Standard workflow

  1. clone and track Moodle 1.9 STABLE
  2. adding own contributed code
  3. gitignore contributed code
  4. creating local branch for next development step
  5. testing new code
  6. if ok > merge with stable branch
  7. push to GitHub

See also: