List of steps to reproduce (step by step, including full links if applicable):
- checkout mediawiki 1.38.0-wmf.4
What happens?:
While checking out the new release candidate, my local Extensions and Skins have been removed from my machine, due to the introduction of "submodules" within the main MediaWiki repository. This incurred in lost of work that I did in the previous days
What should have happened instead?:
- I would have liked my existing extension to remain intact
Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc:
- I use GitKraken as my source control software
- The folder seems to have been "erased" as soon as I checked out the latest branch
- GitKraken automatically initialize the Submodule on pull
- There may be no actual solution for the problem, but it may be worth mentioning it as a warning as some people may lose work like I did