Git
- See Download from Git if you want to checkout the MediaWiki repository for installation and/or development.
Instead of using Subversion for developing MediaWiki, we're now using Git. See "Wikimedia engineering moving from Subversion to Git" for a summary and see Git conversion for details.
If you had a Subversion account, you probably have a Git account - try to log in, and if you have trouble, speak up in #mediawikiconnect.
[edit] Has MediaWiki migrated to Git?
Yes; see our plan for Git conversion for February and March 2012. There are some outstanding Git migration issues as to how to lay out the repositories and what effect it will have on some automated and semi-automated workflows.
- Workflow — Workflow for core and for any extensions or other tools that choose to use git, gerrit, git-review, etc.
- Git/Tips — Tips for working with Git
- Gerrit — Gerrit how-to's and tutorials
- Conversion — Schedule for our Subversion-to-Git migration
- Issues — Outstanding Git conversion issues
- Extensions queue — self-explanatory
- Git/Tutorial — UNDER CONSTRUCTION: A lengthy step-by-step tutorial explaining how to work with our system (basics, collaborating, and troubleshooting)
The core has been migrated and can be cloned with one of these commands:
git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git git clone ssh://<YOUR USERNAME>@gerrit.wikimedia.org:29418/mediawiki/core.git
Browse the Git Tree for MediaWiki Dev.
In the case that you see "The requested URL returned error: 403" or "error: The requested URL returned error: 403 while accessing https://gerrit.wikimedia.org/r/p/mediawiki/core.git" you need to check your git client version
git --version
and upgrade to at least git 1.7, versions 1.7.9.2 and 1.7.9.6 are known to work.[1]
[edit] References
- Git and gerrit in Wikimedia labs
- An intro-to-git "training mission"
- An introduction to git-svn for Subversion/SVK users and deserter by Sam Vilain
- GitMagic A git guide with translations - recommended
- A git branching model
- git: the simple guide
- Git Community Book will take you gently into Git internals. Actually it is very hard to "get" git until knowing something about how it works internally. After this, everything become simple, just hidden without convoluted and anti-productive user interface.
- How we're going to use Git: slides by Brion Vibber, as presented autumn 2011
- Audio from Git presentation by Brion Vibber, autumn 2011
- Notes from Brion's presentation
- Git's website with documentation
- MediaWiki Git Guide (MGG) - selection of relevant Git pages in the MW Virtual Library; for PDF generation or printing
- A very useful Git guide
Also useful (if you subtract away GitHub stuff):
[edit] See also
- List of projects on Git; to browse through the code, select the project (core, extension, etc.) from the list, then click on “Branches”, then in the line “HEAD” on “gitweb” and finally on “tree”
Git | Git intro · Download from Git · Our Git workflow · Commit message guidelines · Request a new Git repository · Migration to Git · Outstanding Git conversion issues · Git GUI applications more.. » |
---|
Language: | English |
---|