Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Git tips: Difference between revisions

From MoodleDocs
(Adding new git tips page to share workflows and useful tips)
 
(updated cateogory)
Line 1: Line 1:
Many developers find git a useful tool to help them with moodle development, here some tips and workflows can be shared to help others.
Many developers find git a useful tool to help them with moodle development, here some tips and workflows can be shared to help others.


== Streamlining Resolved Bug QA review with git ==


[[Category:Tracking Moodle CVS with git]]
The power of having fast access to all of moodle commit history means we can search and checkout any point in moodle source code history which allows us to powerfully QA a bug.
 
Example Workflow to QA
 
[[Category:Git tips]]

Revision as of 11:29, 2 October 2008

Many developers find git a useful tool to help them with moodle development, here some tips and workflows can be shared to help others.

Streamlining Resolved Bug QA review with git

The power of having fast access to all of moodle commit history means we can search and checkout any point in moodle source code history which allows us to powerfully QA a bug.

Example Workflow to QA