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

User:Frank Ralf/Git workflow

From MoodleDocs
< Frank Ralf
Revision as of 15:41, 21 July 2011 by Frank Ralf (talk | contribs) (Created page with "== Standard workflow == # clone and track Moodle 1.9 STABLE # adding own contributed code # gitignore contributed code # creating local branch for next development step # testing...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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: