Difference between revisions 2423790 and 2529092 on mediawikiwiki

<languages />
: "Јер mediawiki верзија 1.19beta2, 1.18.2, 1.17.3, језгра mediawiki и додатака користе [[$Special:MyLanguage/Gerrit|у гит]] за контролу верзије. За старије верзије, погледајте [[$SVN|са субверзија]]"

(contracted; show full)
The latest development version of MediaWiki is tracked in the 'master' branch. This is what is locally checked out by default when you first clone the MediaWiki repository. If you have switched to another branch but would like to switch back to using bleeding-edge MediaWiki, do:

<source lang=bash>
git checkout master
</source>




=== Keeping up to date ===

If you're using a particular branch or the development version ("master" branch) of MediaWiki, picking up the latest changes is relatively easy. Change into your MediaWiki clone directory and issue the <kbd>git pull</kbd> command:

<source lang=bash>
git pull
</source>

(contracted; show full)
* [[Special:MyLanguage/Migrating from SVN to Git|Migrating from SVN to Git]]
* [[Special:MyLanguage/Nightlies|Nightlies]], an alternate to downloading from Git

[[Category:MediaWiki development{{translation}}]]
[[Category:MediaWiki Introduction{{translation}}]]
[[Category:Installation{{translation}}]]
[[Category:Git{{translation}}]]