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

Git: Difference between revisions

From MoodleDocs
m (GIT moved to Git)
No edit summary
Line 1: Line 1:
GIT (http://git-scm.com/) is a free and open source version control package that can be used to manage upgrades in Moodle. As an administrator adds third party plugins, frequent upgrades can break the operation of those plugins. GIT can assist in making those upgrades less unpredictable. At the recent iMoot 2010 conference, GIT was recommended by a Moodle Partner for Moodle site administration.
[http://git-scm.com/ Git] is a free and open source version control system.
 
Git is a more sophisticated replacement for [[CVS]]. You can find the official Git mirror of the Moodle CVS repository at http://git.moodle.org/.
 
The particular advantage of Git is its distributed model, making it ideal for managing local customisations to Moodle.
 
[[Category:Developer_tools]] has links to documentation about using Git.
 


[[Category:Administrator]]
[[Category:Administrator]]

Revision as of 14:37, 8 February 2010

Git is a free and open source version control system.

Git is a more sophisticated replacement for CVS. You can find the official Git mirror of the Moodle CVS repository at http://git.moodle.org/.

The particular advantage of Git is its distributed model, making it ideal for managing local customisations to Moodle. has links to documentation about using Git.