Read the statement by Michael Teeuw here.
MMM-Pir
-
@gonzonia the question is what did you do before
Sounds like you might have downloaded the zip over the files in the working directory, or copied files from somewhere else
In general, the force way to get back to the repo level
isgit reset --hard HEAD
This will restore all the files to the last commit level.
IF you made changes for some reason , they will be wiped out, no warnings.git status before git pull will tell you if there are any changed files,
and git diff will show you the changes -
Readme says:
see there
-
@bugsounet and that’s what I did wrong! thank you!
-
@bugsounet you should make it normal, like the rest of the modules…
-
@sdetweil This is helpful, thank you. I guarantee I made no changes though. I think it’s just that it needs to use npm run update
-
@sdetweil of course not :)