User:*Surak*/Download from Git

About this board

*Surak* (talkcontribs)

After the line starting with 'If you're using a particular branch ...', the text provides the command

git pull

At least for MSysGit (Windows portable Git version) picking up the latest changes after switching to a particular release branch, it needs to be

git pull https://gerrit.wikimedia.org/r/p/mediawiki/core.git REL<release number>

After updating the repository, especially after switching to a particular release branch, I have to clean the local repository:

git clean -df -e extensions -f -q -x

I have no linux to compare with, therefore I did not add this to the article.

Reply to "Keeping up to date"

How to set extension version to MW version?

1
*Surak* (talkcontribs)

How do I find the dependencies between core and extensions? If e.g. I choose REL1_19 for MediaWiki core, how do I set the extension to the same level? I did not find any reagrding branches or tags, neither in 'extensions', nor within single submodules.

Reply to "How to set extension version to MW version?"
There are no older topics