Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Git: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
m (GIT moved to Git)
Cap resum de modificació
Línia 1: Línia 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]]

Revisió del 14:37, 8 feb 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.