A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
unable to git pull successfully
-
@sdetweil did as per your mentioned but still stuck with .vscode/setting.json
-
@1a2a3a If you want to reset the module without saving your local changes, you can do this in the module’s directory:
git fetch origin master git reset --hard origin/master git pull
-
@KristjanESPERANTO thanks, that fixed it now!
-
@KristjanESPERANTO but why does this fix the problem of untracked files blocking pull? if they are untracked, they are not in the repo… I have never seen this happen
-
@sdetweil With
git reset ...
everything is reset hard, this fixes the problem, but does not help to explain it. I haven’t fully understood myself whygit pull
didn’t worked aftergit stash
.