Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Git.

Git: Difference between revisions

From MoodleDocs
mNo edit summary
(Moodle 1.9 template added)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Moodle 1.9}}
[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 Moodle repository at http://git.moodle.org/ or mirror at https://github.com/moodle/moodle. The particular advantage of Git is its distributed model, making it ideal for managing local customisations to Moodle. It is also suitable for development of contrib plugins for Moodle.
[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 Moodle repository at http://git.moodle.org/ or mirror at https://github.com/moodle/moodle. The particular advantage of Git is its distributed model, making it ideal for managing local customisations to Moodle. It is also suitable for development of contrib plugins for Moodle.


Line 10: Line 12:


==Moodle specific guides==
==Moodle specific guides==
* Installing Moodle from Git repository - TODO
* [[Installing Moodle from Git repository]] - WIP
* Maintaining Moodle customisations with Git - TODO
* [[Maintaining Moodle customisations with Git]] - WIP
* Submitting patches and pull requests - TODO
* Submitting patches and pull requests - TODO
* Git repositories for contrib modules - TODO
* [[Git repositories for contrib modules]] - WIP


==Tools==
==Tools==
Line 29: Line 31:


==Hosting==
==Hosting==
* [http://github GitHub] - probably the best hosting choice for beginners
* [http://github.com/ GitHub] - probably the best hosting choice for beginners
* [http://gitorious.org/ Gitorious] - free hosting running on open source code
* [http://gitorious.org/ Gitorious] - free hosting running on open source code



Latest revision as of 08:41, 15 July 2011

Moodle1.9


Git is a free and open source version control system. Git is a more sophisticated replacement for CVS. You can find the official Git Moodle repository at http://git.moodle.org/ or mirror at https://github.com/moodle/moodle. The particular advantage of Git is its distributed model, making it ideal for managing local customisations to Moodle. It is also suitable for development of contrib plugins for Moodle.

Use the Git category link at the end of this page to get a list of all Git related pages.

Books and tutorials

Moodle specific guides

Tools

The most powerful tool you can git is probably command line git. If you prefer clicking you can try one of the following, more information at http://git-scm.com/tools.

IDE integrations

Frontends

  • TortoiseGit - Windows only UI
  • GitX - OS X only UI
  • SmartGit - feature rich multiplatform UI (free for non-commercial use)

Hosting

  • GitHub - probably the best hosting choice for beginners
  • Gitorious - free hosting running on open source code

See also