A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Homewizard P1 meter
-
@htilburgs that says you changed a file in the module, which you aren’t supposed to do.
git status would have shown the changed file(s)
git diff would have shown you the exact changesgit reset --hard HEAD
will force all the changes to be lost and the repo restored to the last commit
(and allow you to git pull)