A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Updating problem: "commit your changes or stash them before you can merge" ???
-
Same Problem here, but only css/main.css is effected.
What can we do ? -
rename or delete them and try again
rename to save the changes you made
You can also rename the folder by adding _bak
or you can move those files out of their directories, like create a separate directory that has a different name than any other folder in MagicMirror.
-
git stash //stash your changes and save them git pull //update to current version git stash pop //merge your stash back
-
Thanks! Wish I knew this before. Seems a lot easier than what I’ve been doing!!! :smirking_face:
-
Thanks … Work for me :-)