Hi, I’m building my first mirror, first time playing with a raspberry pi as well. I’ve used git and github before but I’m not super familiar with them. So far, I’m just working with my laptop on the raspberry pi remotely and I have modified the config.js file and installed a few modules.
I am having the strangest problem with git though. I forked the main MagicMirror repo onto my account and was able to submit one commit locally and to my github remote repo. This commit modified the package-lock.json file only. However, git is telling me that my local repo and my remote repo are matching, even though my local repo has extra modules and config.js changes and my remote repo does not.
How isn’t git seeing the differences?