A partial archive of https://discourse-mediawiki.wmflabs.org as of Saturday May 21, 2022.

CSS changes not shown in git status or diff

Sahajsk

I made a couple of changes in Cargo.css for task
https://phabricator.wikimedia.org/T242973
But somehow these changes are not visible when I do git status. So I cannot commit the changes and push the code for review.
Any help would be appreciated.
Thank you

LucasWerkmeister

Hm, this sounds strange… are you maybe running git status in the MediaWiki core directory, instead of in Cargo? Try running cd extensions/Cargo/ and then git status.

Sahajsk

Thank you for the quick response.
The solution was that you mentioned.